PHP 클래스 Larabros\Elogram\Http\Clients\MockAdapter

저자: Hassan Khan ([email protected])
상속: extends AbstractAdapter
파일 보기 프로젝트 열기: larabros/elogram

보호된 프로퍼티들

프로퍼티 타입 설명
$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