PHP 클래스 PhpSpec\Formatter\Presenter\Exception\AbstractPhpSpecExceptionPresenter

파일 보기 프로젝트 열기: phpspec/phpspec

공개 메소드들

메소드 설명
presentException ( PhpSpec\Exception\Exception $exception ) : string

보호된 메소드들

메소드 설명
presentFileCode ( string $file, integer $lineno, integer $context = 6 ) : string

비공개 메소드들

메소드 설명
getExceptionExamplePosition ( PhpSpec\Exception\Exception $exception ) : array

메소드 상세

presentException() 공개 메소드

public presentException ( PhpSpec\Exception\Exception $exception ) : string
$exception PhpSpec\Exception\Exception
리턴 string

presentFileCode() 추상적인 보호된 메소드

abstract protected presentFileCode ( string $file, integer $lineno, integer $context = 6 ) : string
$file string
$lineno integer
$context integer
리턴 string