1 | <?php |
||
21 | abstract class ManganMethodAnnotation 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 DocumentMethodMeta |
||
28 | */ |
||
29 | public function getEntity() |
||
33 | |||
34 | } |
||
35 |