PHP Class PHPSpec2\Formatter\Presenter\TaggedPresenter

Inheritance: extends StringPresenter
Show file Open project: phpspec/phpspec2

Public Methods

Method Description
presentString ( $string )

Protected Methods

Method Description
presentCodeLine ( $number, $line )
presentExceptionTraceFunction ( $function, array $args )
presentExceptionTraceHeader ( $header )
presentExceptionTraceMethod ( $class, $type, $method, array $args )
presentHighlight ( $line )

Method Details

presentCodeLine() protected method

protected presentCodeLine ( $number, $line )

presentExceptionTraceFunction() protected method

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

presentExceptionTraceHeader() protected method

protected presentExceptionTraceHeader ( $header )

presentExceptionTraceMethod() protected method

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

presentHighlight() protected method

protected presentHighlight ( $line )

presentString() public method

public presentString ( $string )