1 | <?php |
||
23 | class Element extends \UIComponents\View\Helper\AbstractHelper |
||
24 | { |
||
25 | |||
26 | /** |
||
27 | * View helper entry point: |
||
28 | * Retrieves helper and optionally sets container to operate on |
||
29 | * |
||
30 | * @param AbstractContainer $container [optional] container to operate on |
||
31 | * @return self |
||
32 | */ |
||
33 | public function __invoke($container = null) |
||
41 | |||
42 | /** |
||
43 | * render nothing |
||
44 | * |
||
45 | * @return string |
||
46 | */ |
||
47 | public function render($container = null) |
||
53 | |||
54 | } |