PHP 클래스 Phrozn\Processor\Plain

저자: Victor Farazdagi
상속: extends Base, implements Phrozn\Processor
파일 보기 프로젝트 열기: farazdagi/phrozn

공개 메소드들

메소드 설명
__construct ( array $options = [] ) : void If configuration options are passes then twig environment is initialized right away
render ( string $tpl, array $vars = [] ) : string Parse the incoming template

메소드 상세

__construct() 공개 메소드

If configuration options are passes then twig environment is initialized right away
public __construct ( array $options = [] ) : void
$options array Processor options
리턴 void

render() 공개 메소드

Parse the incoming template
public render ( string $tpl, array $vars = [] ) : string
$tpl string Source template content
$vars array List of variables passed to template engine
리턴 string Processed template