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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$entityManager Doctrine\Common\Persistence\ObjectManager Doctrine's Entity Manager. Note that "ObjectManager" is the name of the related interface.
$persistenceManager Neos\Flow\Persistence\PersistenceManagerInterface

공개 메소드들

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

보호된 메소드들

메소드 설명
getHandledObjectTypes ( ) : array

메소드 상세

execute() 공개 메소드

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

getHandledObjectTypes() 보호된 메소드

protected getHandledObjectTypes ( ) : array
리턴 array

isTransformable() 공개 메소드

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

프로퍼티 상세

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

Doctrine's Entity Manager. Note that "ObjectManager" is the name of the related interface.
protected ObjectManager,Doctrine\Common\Persistence $entityManager
리턴 Doctrine\Common\Persistence\ObjectManager

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

protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager
리턴 Neos\Flow\Persistence\PersistenceManagerInterface