PHP Class Neos\Neos\Controller\Module\Administration\ConfigurationController

Inheritance: extends Neos\Neos\Controller\Module\AbstractModuleController
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$configurationManager Neos\Flow\Configuration\ConfigurationManager
$configurationSchemaValidator Neos\Flow\Configuration\ConfigurationSchemaValidator
$schemaGenerator Neos\Utility\SchemaGenerator

Méthodes publiques

Méthode Description
indexAction ( string $type = 'Settings' ) : void

Method Details

indexAction() public méthode

public indexAction ( string $type = 'Settings' ) : void
$type string
Résultat void

Property Details

$configurationManager protected_oe property

protected ConfigurationManager,Neos\Flow\Configuration $configurationManager
Résultat Neos\Flow\Configuration\ConfigurationManager

$configurationSchemaValidator protected_oe property

protected ConfigurationSchemaValidator,Neos\Flow\Configuration $configurationSchemaValidator
Résultat Neos\Flow\Configuration\ConfigurationSchemaValidator

$schemaGenerator protected_oe property

protected SchemaGenerator,Neos\Utility $schemaGenerator
Résultat Neos\Utility\SchemaGenerator