| 1 | <?php |
||
| 18 | class VoidTag extends AbstractHelper |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * |
||
| 22 | * Returns any kind of void tag with attributes. |
||
| 23 | * |
||
| 24 | * @param string $tag The tag to generate. |
||
| 25 | * |
||
| 26 | * @param array $attr Attributes for the tag. |
||
| 27 | * |
||
| 28 | * @return string |
||
| 29 | * |
||
| 30 | */ |
||
| 31 | 1 | public function __invoke($tag, array $attr = array()) |
|
| 35 | } |
||
| 36 |