| 1 | <?php |
||
| 9 | class Document implements Interface_\HtmlCode, Interface_\MaintainsChilds |
||
| 10 | { |
||
| 11 | |||
| 12 | use Trait_\AppendageMaintainance, |
||
| 13 | Trait_\ChildMaintainance, |
||
| 14 | Trait_\HooksToString; |
||
| 15 | |||
| 16 | public function __construct(Interface_\ContentModelText $objTitleContent) |
||
| 20 | |||
| 21 | public function __toString() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * |
||
| 31 | * @return Html |
||
| 32 | */ |
||
| 33 | public function getHtml() |
||
| 37 | |||
| 38 | public function isValidChild(Interface_\HtmlCode $child) |
||
| 42 | |||
| 43 | public function describe() |
||
| 47 | } |
||
| 48 |