PHP 클래스 Todaymade\Daux\Server\Server

파일 보기 프로젝트 열기: justinwalsh/daux.io 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Daux $daux )
getParams ( ) : Config
getRequest ( )
handle ( ) : Todaymade\Daux\Format\Base\Page Handle an incoming request
serve ( ) Serve the documentation
serveTheme ( $request ) : Todaymade\Daux\Format\Base\Page Handle a request on custom themes

비공개 메소드들

메소드 설명
getPage ( string $request ) : Todaymade\Daux\Format\Base\Page

메소드 상세

__construct() 공개 메소드

public __construct ( Daux $daux )
$daux Todaymade\Daux\Daux

getParams() 공개 메소드

public getParams ( ) : Config
리턴 Todaymade\Daux\Config

getRequest() 공개 메소드

public getRequest ( )

handle() 공개 메소드

Handle an incoming request
public handle ( ) : Todaymade\Daux\Format\Base\Page
리턴 Todaymade\Daux\Format\Base\Page

serve() 공개 정적인 메소드

Serve the documentation
public static serve ( )

serveTheme() 공개 메소드

Handle a request on custom themes
public serveTheme ( $request ) : Todaymade\Daux\Format\Base\Page
리턴 Todaymade\Daux\Format\Base\Page