1 | <?php |
||
34 | class Delete extends ReflectionAnnotation |
||
35 | { |
||
36 | |||
37 | /** |
||
38 | * The annotation to define request method. |
||
39 | * |
||
40 | * @var string |
||
41 | */ |
||
42 | const ANNOTATION = 'Delete'; |
||
43 | |||
44 | /** |
||
45 | * This method returns the class name as |
||
46 | * a string. |
||
47 | * |
||
48 | * @return string |
||
49 | */ |
||
50 | public static function __getClass() |
||
54 | } |
||
55 |