PHP Класс Go\Lang\Annotation\BaseAnnotation

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$value string Value property. Common among all derived classes.

Открытые методы

Метод Описание
__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.

Описание методов

__construct() закрытый публичный Метод

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

__get() публичный Метод

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

__set() публичный Метод

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

Описание свойств

$value публичное свойство

Value property. Common among all derived classes.
public string $value
Результат string