메소드 | 설명 | |
---|---|---|
__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 | |
리턴 | string |