1 | <?php |
||
22 | final class ParentDocument implements MetaField |
||
23 | { |
||
24 | /** |
||
25 | * Parent document class name. |
||
26 | * |
||
27 | * @var string |
||
28 | * |
||
29 | * @Required |
||
30 | */ |
||
31 | public $class; |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | public function getName() |
||
40 | |||
41 | /** |
||
42 | * {@inheritdoc} |
||
43 | */ |
||
44 | public function getSettings() |
||
50 | } |
||
51 |