PHP Класс Neos\Flow\Annotations\InjectConfiguration

Flow will build Dependency Injection code for the property and try to inject the configured configuration.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$package string Note: This property is only supported for type "Settings" Example: Neos.Flow
$path string Can be specified as anonymous argument: InjectConfiguration("some.path") For type "Settings" this refers to the relative path (excluding the package key) Example: session.name
$type Type of Configuration (defaults to "Settings").

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

Метод Описание
__construct ( array $values )

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

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

public __construct ( array $values )
$values array

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

$package публичное свойство

Note: This property is only supported for type "Settings" Example: Neos.Flow
public string $package
Результат string

$path публичное свойство

Can be specified as anonymous argument: InjectConfiguration("some.path") For type "Settings" this refers to the relative path (excluding the package key) Example: session.name
public string $path
Результат string

$type публичное свойство

Type of Configuration (defaults to "Settings").
public $type