1 | <?php |
||
20 | final class ParentDocument implements MetaField |
||
21 | { |
||
22 | /** |
||
23 | * Parent document class name. |
||
24 | * |
||
25 | * @var string |
||
26 | * |
||
27 | * @Doctrine\Common\Annotations\Annotation\Required |
||
28 | */ |
||
29 | public $class; |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public function getName() |
||
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | public function getSettings() |
||
48 | } |
||
49 |