PHP Class Neos\Neos\TYPO3CR\Transformations\AssetTransformation

Inheritance: extends Neos\ContentRepository\Migration\Transformations\AbstractTransformation
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$entityManager Doctrine\Common\Persistence\ObjectManager Doctrine's Entity Manager. Note that "ObjectManager" is the name of the related interface.
$persistenceManager Neos\Flow\Persistence\PersistenceManagerInterface

Public Methods

Method Description
execute ( NodeData $node ) : void Change the property on the given node.
isTransformable ( NodeData $node ) : boolean

Protected Methods

Method Description
getHandledObjectTypes ( ) : array

Method Details

execute() public method

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

getHandledObjectTypes() protected method

protected getHandledObjectTypes ( ) : array
return array

isTransformable() public method

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

Property Details

$entityManager protected property

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

$persistenceManager protected property

protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager
return Neos\Flow\Persistence\PersistenceManagerInterface