| 1 | <?php |
||
| 11 | trait PHP |
||
| 12 | { |
||
| 13 | use View; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Get the template engine abstraction |
||
| 17 | * |
||
| 18 | * @return PHPView |
||
| 19 | */ |
||
| 20 | 1 | public function getViewer() |
|
| 28 | |||
| 29 | /** |
||
| 30 | * Create a twig view object. |
||
| 31 | * @ignore |
||
| 32 | * @codeCoverageIgnore |
||
| 33 | * |
||
| 34 | * @return PHPView; |
||
|
|
|||
| 35 | */ |
||
| 36 | protected function createPHPView($options) |
||
| 40 | } |
||
| 41 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.