PHP Класс Neos\ContentRepository\Migration\Transformations\RemoveProperty

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

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

Свойство Тип Описание
$propertyName string

Открытые методы

Метод Описание
execute ( NodeData $node ) : void Remove the property from the given node.
isTransformable ( NodeData $node ) : boolean If the given node has property this transformation should work on, this returns TRUE.
setProperty ( string $propertyName ) : void Sets the name of the property to be removed.

Описание методов

execute() публичный Метод

Remove the property from the given node.
public execute ( NodeData $node ) : void
$node Neos\ContentRepository\Domain\Model\NodeData
Результат void

isTransformable() публичный Метод

If the given node has property this transformation should work on, this returns TRUE.
public isTransformable ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
Результат boolean

setProperty() публичный Метод

Sets the name of the property to be removed.
public setProperty ( string $propertyName ) : void
$propertyName string
Результат void

Описание свойств

$propertyName защищенное свойство

protected string $propertyName
Результат string