| 1 | <?php |
||
| 21 | class OrganizationsContactFieldset extends Fieldset |
||
| 22 | { |
||
| 23 | |||
| 24 | public function getHydrator() |
||
| 32 | |||
| 33 | |||
| 34 | /** |
||
| 35 | * set the elements for the form |
||
| 36 | */ |
||
| 37 | public function init() |
||
| 94 | |||
| 95 | /** |
||
| 96 | * for later use - all the mandatory fields |
||
| 97 | * @return array |
||
| 98 | */ |
||
| 99 | public function getInputFilterSpecification() |
||
| 103 | |||
| 104 | /** |
||
| 105 | * a required method to overwrite the generic method to make the binding of the entity work |
||
| 106 | * @param object $object |
||
| 107 | * @return bool |
||
| 108 | */ |
||
| 109 | public function allowObjectBinding($object) |
||
| 113 | } |
||
| 114 |