PHP Class Neos\Neos\TYPO3CR\Transformations\AssetTransformation

Inheritance: extends Neos\ContentRepository\Migration\Transformations\AbstractTransformation
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство 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

Méthodes publiques

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

Méthodes protégées

Méthode Description
getHandledObjectTypes ( ) : array

Method Details

execute() public méthode

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

getHandledObjectTypes() protected méthode

protected getHandledObjectTypes ( ) : array
Résultat array

isTransformable() public méthode

public isTransformable ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
Résultat boolean

Property Details

$entityManager protected_oe property

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

$persistenceManager protected_oe property

protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager
Résultat Neos\Flow\Persistence\PersistenceManagerInterface