PHP 클래스 Symfony\Component\Routing\Matcher\Dumper\PhpMatcherDumper

상속: extends Symfony\Component\Routing\Matcher\Dumper\MatcherDumper
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

공개 메소드들

메소드 설명
dump ( array $options = [] ) : string Dumps a set of routes to a PHP class.

보호된 메소드들

메소드 설명
addConstructor ( )
addMatcher ( )
endClass ( )
startClass ( $class, $baseClass )

비공개 메소드들

메소드 설명
addMatcher ( $supportsRedirections )
compileRoute ( Symfony\Component\Routing\Route $route, $name, $supportsRedirections, $parentPrefix = null )
compileRoutes ( RouteCollection $routes, $supportsRedirections, $parentPrefix = null )

메소드 상세

addConstructor() 보호된 메소드

protected addConstructor ( )

addMatcher() 보호된 메소드

protected addMatcher ( )

dump() 공개 메소드

Available options: * class: The class name * base_class: The base class name
public dump ( array $options = [] ) : string
$options array An array of options
리턴 string A PHP class representing the matcher class

endClass() 보호된 메소드

protected endClass ( )

startClass() 보호된 메소드

protected startClass ( $class, $baseClass )