PHP Класс Symfony\Component\Routing\Loader\PhpFileLoader

The file must return a RouteCollection instance.
Автор: Fabien Potencier ([email protected])
Наследование: extends Symfony\Component\Config\Loader\FileLoader
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
load ( $file ) Loads an array of PHP files.
supports ( mixed $resource ) : boolean Returns true if this class supports the given resource.

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

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

Loads an array of PHP files.
public load ( $file )

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

Returns true if this class supports the given resource.
public supports ( mixed $resource ) : boolean
$resource mixed A resource
Результат boolean true if this class supports the given resource, false otherwise