1 | <?php |
||
19 | class Organization extends BaseRelationField |
||
20 | { |
||
21 | /** |
||
22 | * @inheritdoc |
||
23 | */ |
||
24 | public static function displayName(): string |
||
28 | |||
29 | /** |
||
30 | * @inheritdoc |
||
31 | */ |
||
32 | protected static function elementType(): string |
||
36 | |||
37 | /** |
||
38 | * @inheritdoc |
||
39 | */ |
||
40 | public static function defaultSelectionLabel(): string |
||
44 | } |
||
45 |