| 1 | <?php |
||
| 11 | trait Twig |
||
| 12 | { |
||
| 13 | use View; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Get the template engine abstraction |
||
| 17 | * |
||
| 18 | * @return TwigView |
||
| 19 | */ |
||
| 20 | 1 | public function getViewer() |
|
| 29 | |||
| 30 | /** |
||
| 31 | * Create a twig view object. |
||
| 32 | * @ignore |
||
| 33 | * @codeCoverageIgnore |
||
| 34 | * |
||
| 35 | * @return TwigView |
||
| 36 | */ |
||
| 37 | protected function createTwigView($options) |
||
| 41 | } |
||
| 42 |
This method has been deprecated.