PHP 클래스 Symfony\Component\Routing\RouteCompiler

상속: implements Symfony\Component\Routing\RouteCompilerInterface
파일 보기 프로젝트 열기: symfony/routing 1 사용 예제들

공개 메소드들

메소드 설명
compile ( Symfony\Component\Routing\Route $route )

비공개 메소드들

메소드 설명
compilePattern ( Symfony\Component\Routing\Route $route, $pattern, $isHost )
computeRegexp ( array $tokens, integer $index, integer $firstOptional ) : string Computes the regexp used to match a specific token. It can be static text or a subpattern.
findNextSeparator ( string $pattern, boolean $useUtf8 ) : string Returns the next static character in the Route pattern that will serve as a separator.

메소드 상세

compile() 공개 정적인 메소드

public static compile ( Symfony\Component\Routing\Route $route )
$route Symfony\Component\Routing\Route