@Target("ALL");
Expanded class hierarchy of AnnotationWithConstants
final class AnnotationWithConstants {
const INTEGER = 1;
const FLOAT = 1.2;
const STRING = '1.2.3';
/**
* @var mixed
*/
public $value;
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotationWithConstants:: |
public | property | ||
AnnotationWithConstants:: |
constant | |||
AnnotationWithConstants:: |
constant | |||
AnnotationWithConstants:: |
constant |