PHP Interface QueryAuth\Request\RequestInterface

Afficher le fichier Open project: jeremykendall/query-auth Interface Usage Examples

Méthodes publiques

Méthode Description
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')

Method Details

getHost() public méthode

Get the host of the request
public getHost ( ) : string
Résultat string

getMethod() public méthode

Get the HTTP method of the request
public getMethod ( ) : string
Résultat string

getParams() public méthode

Gets request parameters
public getParams ( ) : array
Résultat array

getPath() public méthode

Get the path of the request (e.g. '/', '/index.html')
public getPath ( ) : string
Résultat string