| 1 | <?php |
||
| 12 | class Select extends Abstract_\ElementContent implements Interface_\Submittable |
||
| 13 | { |
||
| 14 | |||
| 15 | use Trait_\Submittable; |
||
| 16 | |||
| 17 | public static function tagName() |
||
| 21 | |||
| 22 | public function isValidChild(Interface_\HtmlCode $child) |
||
| 26 | |||
| 27 | public function addChild(Interface_\ContentModelSelect $child) |
||
| 32 | } |
||
| 33 |