PHP 클래스 Nette\Routing\RouteList

상속: extends Nette\Utils\ArrayList, implements IRouter
파일 보기 프로젝트 열기: nette/routing

공개 메소드들

메소드 설명
constructUrl ( array $params, Url $refUrl ) : string | null Constructs absolute URL from Request object.
match ( Nette\Http\IRequest $request ) : array | null Maps HTTP request to a Request object.
offsetSet ( $index, $route ) : void Adds the router.
warmupCache ( )

메소드 상세

constructUrl() 공개 메소드

Constructs absolute URL from Request object.
public constructUrl ( array $params, Url $refUrl ) : string | null
$params array
$refUrl Nette\Http\Url
리턴 string | null

match() 공개 메소드

Maps HTTP request to a Request object.
public match ( Nette\Http\IRequest $request ) : array | null
$request Nette\Http\IRequest
리턴 array | null

offsetSet() 공개 메소드

Adds the router.
public offsetSet ( $index, $route ) : void
리턴 void

warmupCache() 공개 메소드

public warmupCache ( )