Defines a common interface for classed annotations.
Expanded class hierarchy of AnnotationInterface
All classes that implement AnnotationInterface
interface AnnotationInterface {
/**
* Returns the value of an annotation.
*/
public function get();
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotationInterface:: |
public | function | Returns the value of an annotation. | 4 |