Method | Description | |
---|---|---|
__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 |
public __construct ( array $options = [] ) : void | ||
$options | array | Processor options |
return | void |