1 | <?php |
||
20 | abstract class ManganelTypeAnnotation extends ManganelAnnotation |
||
21 | { |
||
22 | |||
23 | /** |
||
24 | * Annotations entity, it can be either class, property, or method |
||
25 | * Its concrete annotation implementation responsibility to decide what to do with it. |
||
26 | * @return DocumentTypeMeta |
||
27 | */ |
||
28 | 24 | public function getEntity() |
|
32 | |||
33 | } |
||
34 |