PHP 클래스 Ouzo\Uri

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

공개 메소드들

메소드 설명
__construct ( $pathProvider = null )
addPrefixIfNeeded ( $url )
getAction ( )
getController ( )
getFullUrlWithPrefix ( )
getHost ( )
getParam ( $param )
getParams ( )
getPath ( )
getPathWithoutPrefix ( )
getProtocol ( )
getRawController ( )
getRequestParameters ( $stream = 'php://input' )
getRequestType ( )
isAjax ( )

비공개 메소드들

메소드 설명
_isServerVariableSetAndHasValue ( $variableName, $values )
_jsonParameters ( $content )
_parseParams ( $params )
_parsePath ( $path = null, $limit = null )
_parseRequest ( $content )
_putRequestParameters ( $content )
_removeDuplicatedSlashes ( $parseUrl )
_splitParamsKeyValueMap ( $pathElements )

메소드 상세

__construct() 공개 메소드

public __construct ( $pathProvider = null )

addPrefixIfNeeded() 공개 정적인 메소드

public static addPrefixIfNeeded ( $url )

getAction() 공개 메소드

public getAction ( )

getController() 공개 메소드

public getController ( )

getFullUrlWithPrefix() 공개 메소드

getHost() 공개 정적인 메소드

public static getHost ( )

getParam() 공개 메소드

public getParam ( $param )

getParams() 공개 메소드

public getParams ( )

getPath() 공개 메소드

public getPath ( )

getPathWithoutPrefix() 공개 메소드

getProtocol() 공개 정적인 메소드

public static getProtocol ( )

getRawController() 공개 메소드

public getRawController ( )

getRequestParameters() 공개 정적인 메소드

public static getRequestParameters ( $stream = 'php://input' )

getRequestType() 공개 정적인 메소드

public static getRequestType ( )

isAjax() 공개 정적인 메소드

public static isAjax ( )