1 | <?php |
||
24 | class OrganizationsProfileFieldset extends Fieldset |
||
25 | { |
||
26 | /** |
||
27 | * Gets the Hydrator |
||
28 | * |
||
29 | * @return \Zend\Hydrator\HydratorInterface |
||
30 | */ |
||
31 | public function getHydrator() |
||
39 | |||
40 | public function init() |
||
56 | |||
57 | /** |
||
58 | * for later use - all the mandatory fields |
||
59 | * @return array |
||
60 | */ |
||
61 | public function getInputFilterSpecification() |
||
65 | |||
66 | /** |
||
67 | * a required method to overwrite the generic method to make the binding of the entity work |
||
68 | * @param object $object |
||
69 | * @return bool |
||
70 | */ |
||
71 | public function allowObjectBinding($object) |
||
75 | |||
76 | } |
||
77 |