PHP 클래스 Neos\Neos\TYPO3CR\Transformations\PluginViewTransformation

상속: extends Neos\ContentRepository\Migration\Transformations\AbstractTransformation
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 프로퍼티들

프로퍼티 타입 설명
$reverse boolean

보호된 프로퍼티들

프로퍼티 타입 설명
$nodeDataRepository Neos\ContentRepository\Domain\Repository\NodeDataRepository

공개 메소드들

메소드 설명
execute ( NodeData $node ) : NodeData Change the property on the given node.
isTransformable ( NodeData $node ) : boolean

메소드 상세

execute() 공개 메소드

Change the property on the given node.
public execute ( NodeData $node ) : NodeData
$node Neos\ContentRepository\Domain\Model\NodeData
리턴 Neos\ContentRepository\Domain\Model\NodeData

isTransformable() 공개 메소드

public isTransformable ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
리턴 boolean

프로퍼티 상세

$nodeDataRepository 보호되어 있는 프로퍼티

protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository
리턴 Neos\ContentRepository\Domain\Repository\NodeDataRepository

$reverse 공개적으로 프로퍼티

public bool $reverse
리턴 boolean