프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$config | null | array | ||
$formatter | |||
$mixer | |||
$storeDirectory | string | ||
$tapes | Ikwattro\GuzzleStereo\Record\Tape[] | ||
$writer |
메소드 | 설명 | |
---|---|---|
__construct ( string $storeDirectory, null | string $configurationFile = null ) | ||
addTape ( Ikwattro\GuzzleStereo\Record\Tape $tape ) | ||
dump ( ) | Dumps the tapes on disk. | |
getConfig ( ) : null | array | ||
getResponseFormatter ( ) : |
||
getStore ( ) : null | string | ||
getTape ( string $name ) : Ikwattro\GuzzleStereo\Record\Tape | ||
getTapeContent ( string $name ) : null | string | Returns the content of a specific tape without writing it to disk. | |
getTapes ( ) : Ikwattro\GuzzleStereo\Record\Tape[] | ||
getWriter ( ) : |
||
loadConfig ( string $configurationFile ) | ||
record ( Psr\Http\Message\ResponseInterface $response ) |
메소드 | 설명 | |
---|---|---|
processConfig ( ) | Process configuration for registering tapes and filters. |
public addTape ( Ikwattro\GuzzleStereo\Record\Tape $tape ) | ||
$tape | Ikwattro\GuzzleStereo\Record\Tape |
public getResponseFormatter ( ) : |
||
리턴 |
public getTapes ( ) : Ikwattro\GuzzleStereo\Record\Tape[] | ||
리턴 | Ikwattro\GuzzleStereo\Record\Tape[] |
public record ( Psr\Http\Message\ResponseInterface $response ) | ||
$response | Psr\Http\Message\ResponseInterface |
protected ResponseFormatter,Ikwattro\GuzzleStereo\Formatter $formatter | ||
리턴 |
protected Tape[],Ikwattro\GuzzleStereo\Record $tapes | ||
리턴 | Ikwattro\GuzzleStereo\Record\Tape[] |