1 | <?php |
||
8 | class PropertyMetadata extends BasePropertyMetadata |
||
9 | { |
||
10 | private $type; |
||
11 | private $options; |
||
12 | private $role; |
||
13 | private $group; |
||
14 | |||
15 | public function __construct( |
||
30 | |||
31 | public function getName(): string |
||
35 | |||
36 | public function getType(): string |
||
40 | |||
41 | public function getOptions(): FieldOptions |
||
45 | |||
46 | public function getRole() |
||
50 | |||
51 | public function getClass(): string |
||
55 | |||
56 | public function getGroup() |
||
60 | } |
||
61 |