| 1 | <?php |
||
| 7 | class HtmlFormField extends HtmlSemDoubleElement { |
||
| 8 | public function __construct($identifier, $field,$label=NULL) { |
||
| 15 | |||
| 16 | public function setLabel($label){ |
||
| 25 | |||
| 26 | public function setField($field){ |
||
| 29 | |||
| 30 | public function getLabel(){ |
||
| 34 | |||
| 35 | public function getField(){ |
||
| 38 | |||
| 39 | public function swapLabel(){ |
||
| 44 | } |