PHP 클래스 Neos\Flow\Core\Migrations\Version20141113121400

상속: extends AbstractMigration
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
getIdentifier ( )
processAcls ( array &$configuration ) : void Removes the "acls" configuration and adds privileges to related roles
processResources ( array &$configuration ) : void Replaces the "resource" configuration by the new "privilegeTargets" syntax
processRoles ( array &$configuration ) : void Replaces local role identifiers ("SomeRole") by their global representation ("Current.Package:SomeRole") and sets "parentRoles"
up ( ) : void

보호된 메소드들

메소드 설명
convertEntityResourceMatcher ( string $entityType, string $resourceMatcher ) : string Converts the given $resourceMatcher string to the new syntax
expandRoleIdentifier ( string $roleIdentifier ) : string Convert a "relative" role identifier to one that includes the package key

메소드 상세

convertEntityResourceMatcher() 보호된 메소드

Converts the given $resourceMatcher string to the new syntax
protected convertEntityResourceMatcher ( string $entityType, string $resourceMatcher ) : string
$entityType string
$resourceMatcher string
리턴 string

expandRoleIdentifier() 보호된 메소드

Convert a "relative" role identifier to one that includes the package key
protected expandRoleIdentifier ( string $roleIdentifier ) : string
$roleIdentifier string
리턴 string

getIdentifier() 공개 메소드

public getIdentifier ( )

processAcls() 공개 메소드

Removes the "acls" configuration and adds privileges to related roles
public processAcls ( array &$configuration ) : void
$configuration array
리턴 void

processResources() 공개 메소드

Replaces the "resource" configuration by the new "privilegeTargets" syntax
public processResources ( array &$configuration ) : void
$configuration array
리턴 void

processRoles() 공개 메소드

Replaces local role identifiers ("SomeRole") by their global representation ("Current.Package:SomeRole") and sets "parentRoles"
public processRoles ( array &$configuration ) : void
$configuration array
리턴 void

up() 공개 메소드

public up ( ) : void
리턴 void