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

This loader acts as an array of LoaderInterface objects - each having a chance to load a given resource (handled by the resolver)
Автор: Fabien Potencier ([email protected])
Наследование: extends Loader
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$resolver Symfony\Component\Routing\Loader\LoaderResolverInterface

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

Метод Описание
__construct ( Symfony\Component\Routing\Loader\LoaderResolverInterface $resolver ) Constructor.
load ( mixed $resource ) : RouteCollection Loads a resource.
supports ( mixed $resource ) : boolean Returns true if this class supports the given resource.

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

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

Constructor.
public __construct ( Symfony\Component\Routing\Loader\LoaderResolverInterface $resolver )
$resolver Symfony\Component\Routing\Loader\LoaderResolverInterface A LoaderResolverInterface instance

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

Loads a resource.
public load ( mixed $resource ) : RouteCollection
$resource mixed A resource
Результат Symfony\Component\Routing\RouteCollection A RouteCollection instance

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

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

$resolver защищенное свойство

protected LoaderResolverInterface,Symfony\Component\Routing\Loader $resolver
Результат Symfony\Component\Routing\Loader\LoaderResolverInterface