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

저자: Fabien Potencier ([email protected])
상속: extends Loader
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$currentDir
$paths

공개 메소드들

메소드 설명
__construct ( string | array $paths = [] ) Constructor.
import ( mixed $resource ) : RouteCollection Adds routes from a resource.

보호된 메소드들

메소드 설명
findFile ( $file )
getAbsolutePath ( $file, $currentPath = null )
isAbsolutePath ( $file )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string | array $paths = [] )
$paths string | array A path or an array of paths where to look for resources

findFile() 보호된 메소드

protected findFile ( $file )

getAbsolutePath() 보호된 메소드

protected getAbsolutePath ( $file, $currentPath = null )

import() 공개 메소드

Adds routes from a resource.
public import ( mixed $resource ) : RouteCollection
$resource mixed A Resource
리턴 Symfony\Component\Routing\RouteCollection A RouteCollection instance

isAbsolutePath() 보호된 정적인 메소드

protected static isAbsolutePath ( $file )

프로퍼티 상세

$currentDir 보호되어 있는 프로퍼티

protected $currentDir

$paths 보호되어 있는 프로퍼티

protected $paths