PHP 클래스 Zaphpa_Template, zaphpa

파일 보기 프로젝트 열기: zaphpa/zaphpa 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $path )
addGlobalQueryParam ( $name, $pattern = '', $defaultValue = null )
addQueryParam ( $name, $pattern = '', $defaultValue = null )
getExpression ( )
getTemplate ( )
match ( $uri )
pattern ( $token, $pattern = null )
regex ( $pattern )

메소드 상세

__construct() 공개 메소드

public __construct ( $path )

addGlobalQueryParam() 공개 정적인 메소드

public static addGlobalQueryParam ( $name, $pattern = '', $defaultValue = null )

addQueryParam() 공개 메소드

public addQueryParam ( $name, $pattern = '', $defaultValue = null )

getExpression() 공개 메소드

public getExpression ( )

getTemplate() 공개 메소드

public getTemplate ( )

match() 공개 메소드

public match ( $uri )

pattern() 공개 메소드

public pattern ( $token, $pattern = null )

regex() 공개 정적인 메소드

public static regex ( $pattern )