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

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

공개 메소드들

메소드 설명
load ( $closure ) Loads a Closure.
supports ( mixed $resource ) : boolean Returns true if this class supports the given resource.

메소드 상세

load() 공개 메소드

Loads a Closure.
public load ( $closure )

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