PHP Класс Neos\Neos\TYPO3CR\Transformations\AssetTransformation

Наследование: extends Neos\ContentRepository\Migration\Transformations\AbstractTransformation
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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