PHP 클래스 Neos\Neos\Controller\Module\Administration\ConfigurationController

상속: extends Neos\Neos\Controller\Module\AbstractModuleController
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$configurationManager Neos\Flow\Configuration\ConfigurationManager
$configurationSchemaValidator Neos\Flow\Configuration\ConfigurationSchemaValidator
$schemaGenerator Neos\Utility\SchemaGenerator

공개 메소드들

메소드 설명
indexAction ( string $type = 'Settings' ) : void

메소드 상세

indexAction() 공개 메소드

public indexAction ( string $type = 'Settings' ) : void
$type string
리턴 void

프로퍼티 상세

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

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

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

protected ConfigurationSchemaValidator,Neos\Flow\Configuration $configurationSchemaValidator
리턴 Neos\Flow\Configuration\ConfigurationSchemaValidator

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

protected SchemaGenerator,Neos\Utility $schemaGenerator
리턴 Neos\Utility\SchemaGenerator