PHP 클래스 Neos\Neos\NodeTypePostprocessor\PluginNodeTypePostprocessor

상속: implements Neos\ContentRepository\NodeTypePostprocessor\NodeTypePostprocessorInterface
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$configurationManager Neos\Flow\Configuration\ConfigurationManager
$pluginService Neos\Neos\Service\PluginService

공개 메소드들

메소드 설명
process ( NodeType $nodeType, array &$configuration, array $options ) : void Returns the processed Configuration

메소드 상세

process() 공개 메소드

Returns the processed Configuration
public process ( NodeType $nodeType, array &$configuration, array $options ) : void
$nodeType Neos\ContentRepository\Domain\Model\NodeType (uninitialized) The node type to process
$configuration array input configuration
$options array The processor options
리턴 void

프로퍼티 상세

$configurationManager 보호되어 있는 프로퍼티

protected ConfigurationManager,Neos\Flow\Configuration $configurationManager
리턴 Neos\Flow\Configuration\ConfigurationManager

$pluginService 보호되어 있는 프로퍼티

protected PluginService,Neos\Neos\Service $pluginService
리턴 Neos\Neos\Service\PluginService