Documentation

Annotation
in package

Annotations class.

Tags
author

Benjamin Eberlei kontakt@beberlei.de

author

Guilherme Blanco guilhermeblanco@hotmail.com

author

Jonathan Wage jonwage@gmail.com

author

Roman Borschel roman@code-factory.org

Table of Contents

$value  : string
Value property. Common among all derived classes.
__construct()  : mixed
Constructor.
__get()  : mixed
Error handler for unknown property accessor in Annotation class.
__set()  : mixed
Error handler for unknown property mutator in Annotation class.

Properties

$value

Value property. Common among all derived classes.

public string $value

Methods

__construct()

Constructor.

public final __construct(array<string|int, mixed> $data) : mixed
Parameters
$data : array<string|int, mixed>

Key-value for properties to be defined in this class.

Return values
mixed

__get()

Error handler for unknown property accessor in Annotation class.

public __get(string $name) : mixed
Parameters
$name : string

Unknown property name.

Tags
throws
BadMethodCallException
Return values
mixed

__set()

Error handler for unknown property mutator in Annotation class.

public __set(string $name, mixed $value) : mixed
Parameters
$name : string

Unknown property name.

$value : mixed

Property value.

Tags
throws
BadMethodCallException
Return values
mixed

Search results