PhpSpec\Formatter\Presenter\Exception\AbstractPhpSpecExceptionPresenter::presentFileCode PHP Метод

presentFileCode() абстрактный защищенный Метод

abstract protected presentFileCode ( string $file, integer $lineno, integer $context = 6 ) : string
$file string
$lineno integer
$context integer
Результат string
    protected abstract function presentFileCode($file, $lineno, $context = 6);