PHP Интерфейс Neos\ContentRepository\NodeTypePostprocessor\NodeTypePostprocessorInterface

Показать файл Открыть проект

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

Метод Описание
process ( NodeType $nodeType, array &$configuration, array $options ) : void Processes the given $nodeType (e.g. changes/adds properties depending on the NodeType configuration and the specified $options)

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

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

Processes the given $nodeType (e.g. changes/adds properties depending on the NodeType configuration and the specified $options)
public process ( NodeType $nodeType, array &$configuration, array $options ) : void
$nodeType Neos\ContentRepository\Domain\Model\NodeType (uninitialized) The node type to process
$configuration array The node type configuration to be processed
$options array The processor options
Результат void