| 1 | <?php |
||
| 12 | class Optgroup extends Abstract_\ElementContent implements Interface_\ContentModelSelect |
||
| 13 | { |
||
| 14 | |||
| 15 | public static function tagName() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * |
||
| 22 | * @param Option $option |
||
| 23 | * @return Option |
||
| 24 | */ |
||
| 25 | public function addChild(Option $option) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * |
||
| 32 | * @param Interface_\HtmlCode $child |
||
| 33 | * @return boolean |
||
| 34 | */ |
||
| 35 | public function isValidChild(Interface_\HtmlCode $child) |
||
| 39 | } |
||
| 40 |