Property | Type | Description | |
---|---|---|---|
$value | string | Value property. Common among all derived classes. |
Method | Description | |
---|---|---|
__construct ( array $data ) | Constructor | |
__get ( string $name ) | Error handler for unknown property accessor in Annotation class. | |
__set ( string $name, mixed $value ) | Error handler for unknown property mutator in Annotation class. |
final public __construct ( array $data ) | ||
$data | array | Key-value for properties to be defined in this class |
public string $value | ||
return | string |