Method | Description | |
---|---|---|
__construct ( PhpSpec\Formatter\Presenter\Presenter $presenter ) | ||
presentException ( Exception $exception, boolean $verbose = false ) : string | ||
presentString ( string $string ) : string | ||
presentValue ( mixed $value ) : string |
public __construct ( PhpSpec\Formatter\Presenter\Presenter $presenter ) | ||
$presenter | PhpSpec\Formatter\Presenter\Presenter |
public presentException ( Exception $exception, boolean $verbose = false ) : string | ||
$exception | Exception | |
$verbose | boolean | |
return | string |
public presentString ( string $string ) : string | ||
$string | string | |
return | string |
public presentValue ( mixed $value ) : string | ||
$value | mixed | |
return | string |