PHP 클래스 PhpSpec\Formatter\Html\Template

상속: implements PhpSpec\Formatter\Template
파일 보기 프로젝트 열기: phpspec/phpspec 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( PhpSpec\IO\IO $io )
render ( string $text, array $templateVars = [] )

비공개 메소드들

메소드 설명
extractKeys ( array $templateVars ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( PhpSpec\IO\IO $io )
$io PhpSpec\IO\IO

render() 공개 메소드

public render ( string $text, array $templateVars = [] )
$text string
$templateVars array