PHP 클래스 Symfony\Component\Routing\Loader\PhpFileLoader

The file must return a RouteCollection instance.
저자: Fabien Potencier ([email protected])
상속: extends Symfony\Component\Config\Loader\FileLoader
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

공개 메소드들

메소드 설명
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