PhpSpec\Formatter\Presenter\Exception\AbstractPhpSpecExceptionPresenter::presentFileCode PHP Méthode

presentFileCode() abstract protected méthode

abstract protected presentFileCode ( string $file, integer $lineno, integer $context = 6 ) : string
$file string
$lineno integer
$context integer
Résultat string
    protected abstract function presentFileCode($file, $lineno, $context = 6);