PHP Class Go\Lang\Annotation\BaseAnnotation

Afficher le fichier Open project: goaop/framework

Méthodes publiques

Свойство Type Description
$value string Value property. Common among all derived classes.

Méthodes publiques

Méthode 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.

Method Details

__construct() final public méthode

Constructor
final public __construct ( array $data )
$data array Key-value for properties to be defined in this class

__get() public méthode

Error handler for unknown property accessor in Annotation class.
public __get ( string $name )
$name string Unknown property name

__set() public méthode

Error handler for unknown property mutator in Annotation class.
public __set ( string $name, mixed $value )
$name string Unknown property name
$value mixed Property value

Property Details

$value public_oe property

Value property. Common among all derived classes.
public string $value
Résultat string