PHP 클래스 skeeks\cms\components\urlRules\UrlRuleTree

상속: extends yii\web\UrlRule
파일 보기 프로젝트 열기: skeeks-cms/cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$models

공개 메소드들

메소드 설명
createUrl ( UrlManager $manager, string $route, array $params ) : boolean | string
init ( )
parseRequest ( UrlManager $manager, Request $request ) : array | boolean

메소드 상세

createUrl() 공개 메소드

public createUrl ( UrlManager $manager, string $route, array $params ) : boolean | string
$manager yii\web\UrlManager
$route string
$params array
리턴 boolean | string

init() 공개 메소드

public init ( )

parseRequest() 공개 메소드

public parseRequest ( UrlManager $manager, Request $request ) : array | boolean
$manager yii\web\UrlManager
$request yii\web\Request
리턴 array | boolean

프로퍼티 상세

$models 공개적으로 정적으로 프로퍼티

public static $models