PHP Интерфейс QueryAuth\Request\RequestInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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