PHP Класс Larabros\Elogram\Http\Clients\MockAdapter

Автор: Hassan Khan ([email protected])
Наследование: extends AbstractAdapter
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$fixturesPath string

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

Метод Описание
__construct ( string $fixturesPath ) Creates a new instance of :php:class:MockAdapter.
request ( $method, $uri, array $parameters = [] ) {@inheritDoc}

Защищенные методы

Метод Описание
cleanPath ( $uri ) : string Removes any unwanted suffixes and values from a URL path.
mapRequestParameters ( $parameters ) : string Parses any filename properties from the request parameters.
mapRequestToFile ( string $method, string $uri, array $parameters ) : string Parse the correct filename from the request.

Описание методов

__construct() публичный Метод

Creates a new instance of :php:class:MockAdapter.
public __construct ( string $fixturesPath )
$fixturesPath string

cleanPath() защищенный Метод

Removes any unwanted suffixes and values from a URL path.
protected cleanPath ( $uri ) : string
$uri
Результат string

mapRequestParameters() защищенный Метод

Parses any filename properties from the request parameters.
protected mapRequestParameters ( $parameters ) : string
$parameters
Результат string

mapRequestToFile() защищенный Метод

Parse the correct filename from the request.
protected mapRequestToFile ( string $method, string $uri, array $parameters ) : string
$method string
$uri string
$parameters array
Результат string

request() публичный Метод

{@inheritDoc}
public request ( $method, $uri, array $parameters = [] )
$parameters array

Описание свойств

$fixturesPath защищенное свойство

protected string $fixturesPath
Результат string