| 1 | <?php |
||
| 35 | class AfterReturning |
||
| 36 | { |
||
| 37 | /** |
||
| 38 | * The annotation which identifies this annotation class |
||
| 39 | * |
||
| 40 | * @var string |
||
| 41 | */ |
||
| 42 | const ANNOTATION = 'AfterReturning'; |
||
| 43 | |||
| 44 | /** |
||
| 45 | * This method returns the class name as a string |
||
| 46 | * |
||
| 47 | * @return string |
||
| 48 | */ |
||
| 49 | public static function __getClass() |
||
| 53 | } |
||
| 54 |