메소드 | 설명 | |
---|---|---|
__construct ( |
Creates a new adapter. | |
getRenderer ( ) : |
Returns the attached renderer this adapter was created in. | |
render ( string $path, array $args = null ) : string | Renders a jade file by a given path. |
parent::__construct($renderer, array_replace_recursive([
'your' => 'default',
'option' => 'array'
], $options ? $options : []);
public __construct ( |
||
$renderer | the renderer this adapter is created in | |
$options | array | the options array for the adapter |
public getRenderer ( ) : |
||
리턴 |