PHP Class Symfony\Component\Routing\Loader\PhpFileLoader

The file must return a RouteCollection instance.
Author: Fabien Potencier ([email protected])
Inheritance: extends Symfony\Component\Config\Loader\FileLoader
Afficher le fichier Open project: pmjones/php-framework-benchmarks Class Usage Examples

Méthodes publiques

Méthode Description
load ( $file ) Loads an array of PHP files.
supports ( mixed $resource ) : boolean Returns true if this class supports the given resource.

Method Details

load() public méthode

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

supports() public méthode

Returns true if this class supports the given resource.
public supports ( mixed $resource ) : boolean
$resource mixed A resource
Résultat boolean true if this class supports the given resource, false otherwise