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