1 | <?php |
||
14 | class Container implements html\Interface_\MaintainsChilds, html\Interface_\HtmlCode |
||
15 | { |
||
16 | |||
17 | use html\Trait_\AppendageMaintainance, |
||
18 | html\Trait_\ChildMaintainance, |
||
19 | \hemio\html\Trait_\HooksToString; |
||
20 | |||
21 | /** |
||
22 | * |
||
23 | * @return string |
||
24 | */ |
||
25 | public function __toString() |
||
37 | |||
38 | public function isValidChild(html\Interface_\HtmlCode $child) |
||
42 | |||
43 | public function addChild(html\Interface_\HtmlCode $child) |
||
47 | |||
48 | public function describe() |
||
52 | } |
||
53 |