PHP 클래스 PHPSpec2\Formatter\Presenter\StringPresenter

상속: implements PHPSpec2\Formatter\Presenter\PresenterInterface
파일 보기 프로젝트 열기: phpspec/phpspec2

공개 메소드들

메소드 설명
__construct ( Differ $differ )
presentException ( Exception $exception, $verbose = false )
presentString ( $string )
presentValue ( $value )

보호된 메소드들

메소드 설명
getExceptionExamplePosition ( Exception $exception )
presentCodeLine ( $number, $line )
presentExceptionDifference ( Exception $exception )
presentExceptionStackTrace ( Exception $exception )
presentExceptionTraceFunction ( $function, array $args )
presentExceptionTraceHeader ( $header )
presentExceptionTraceMethod ( $class, $type, $method, array $args )
presentFileCode ( $file, $lineno, $context = 6 )
presentHighlight ( $line )

메소드 상세

__construct() 공개 메소드

public __construct ( Differ $differ )
$differ PHPSpec2\Formatter\Presenter\Differ\Differ

getExceptionExamplePosition() 보호된 메소드

protected getExceptionExamplePosition ( Exception $exception )
$exception Exception

presentCodeLine() 보호된 메소드

protected presentCodeLine ( $number, $line )

presentException() 공개 메소드

public presentException ( Exception $exception, $verbose = false )
$exception Exception

presentExceptionDifference() 보호된 메소드

protected presentExceptionDifference ( Exception $exception )
$exception Exception

presentExceptionStackTrace() 보호된 메소드

protected presentExceptionStackTrace ( Exception $exception )
$exception Exception

presentExceptionTraceFunction() 보호된 메소드

protected presentExceptionTraceFunction ( $function, array $args )
$args array

presentExceptionTraceHeader() 보호된 메소드

protected presentExceptionTraceHeader ( $header )

presentExceptionTraceMethod() 보호된 메소드

protected presentExceptionTraceMethod ( $class, $type, $method, array $args )
$args array

presentFileCode() 보호된 메소드

protected presentFileCode ( $file, $lineno, $context = 6 )

presentHighlight() 보호된 메소드

protected presentHighlight ( $line )

presentString() 공개 메소드

public presentString ( $string )

presentValue() 공개 메소드

public presentValue ( $value )