PHP 클래스 Redaxscript\Router\Resolver

부터: 3.0.0
저자: Henry Ruhs
상속: extends Parameter
파일 보기 프로젝트 열기: redaxmedia/redaxscript 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_resolverArray array array of the resolver

공개 메소드들

메소드 설명
getFull ( ) : string get the full route
getLite ( ) : string get the lite route

보호된 메소드들

메소드 설명
_getRoute ( string $type = 'lite' ) : string get the route

메소드 상세

_getRoute() 보호된 메소드

get the route
부터: 2.4.0
protected _getRoute ( string $type = 'lite' ) : string
$type string type of the route
리턴 string

getFull() 공개 메소드

get the full route
부터: 2.4.0
public getFull ( ) : string
리턴 string

getLite() 공개 메소드

get the lite route
부터: 2.4.0
public getLite ( ) : string
리턴 string

프로퍼티 상세

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

array of the resolver
protected array $_resolverArray
리턴 array