PHP Класс Cascade\Config\Loader\PhpArray

См. также: Loader
Автор: Raphael Antonmattei ([email protected])
Наследование: extends Symfony\Component\Config\Loader\Loader
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
load ( array $array, string | null $type = null ) : array Loads an array
supports ( string $resource, string | null $type = null ) : boolean Return whether or not the passed in resource is supported by this loader

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

load() публичный метод

Loads an array
public load ( array $array, string | null $type = null ) : array
$array array Array to load
$type string | null Not used
Результат array The passed in array

supports() публичный метод

Return whether or not the passed in resource is supported by this loader
public supports ( string $resource, string | null $type = null ) : boolean
$resource string Plain string or filepath
$type string | null Not used
Результат boolean Whether or not the passed in resource is supported by this loader