1 | <?php |
||
18 | class View extends \yii\base\View |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | public $defaultExtension = 'twig'; |
||
24 | |||
25 | 5 | public function init() |
|
33 | |||
34 | public function getConfig() |
||
38 | |||
39 | /** |
||
40 | * Returns rendering context. |
||
41 | */ |
||
42 | 3 | public function getContext() |
|
46 | |||
47 | public function existsTemplate($template) |
||
51 | |||
52 | 3 | public function render($template, $data = [], $context = null) |
|
56 | } |
||
57 |