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