PHP 인터페이스 QueryAuth\Request\RequestInterface

파일 보기 프로젝트 열기: jeremykendall/query-auth 0 사용 예제들

공개 메소드들

메소드 설명
getHost ( ) : string Get the host of the request
getMethod ( ) : string Get the HTTP method of the request
getParams ( ) : array Gets request parameters
getPath ( ) : string Get the path of the request (e.g. '/', '/index.html')

메소드 상세

getHost() 공개 메소드

Get the host of the request
public getHost ( ) : string
리턴 string

getMethod() 공개 메소드

Get the HTTP method of the request
public getMethod ( ) : string
리턴 string

getParams() 공개 메소드

Gets request parameters
public getParams ( ) : array
리턴 array

getPath() 공개 메소드

Get the path of the request (e.g. '/', '/index.html')
public getPath ( ) : string
리턴 string