1 | <?php |
||
9 | class NullView implements ViewInterface |
||
10 | { |
||
11 | public function __construct() |
||
14 | |||
15 | public static function viewFactory(ContainerInterface $container, array $config) : ViewInterface |
||
19 | |||
20 | public function addGlobal(string $name, $value) : void |
||
23 | |||
24 | public function render(string $templateFile, array $parameters = []) : string |
||
28 | } |
||
29 |