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