Doctrine


Doctrine\Common\Annotations\Annotation
/Doctrine/Common/Annotations/Annotation.php at line 35

Class Annotation

Annotation

public class Annotation

Annotations class

License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.org
Since:
2.0
Version:
$Revision: 3938 $
Author:
Guilherme Blanco
Jonathan Wage
Roman Borschel

Field Summary
string

$value

Value property.

Constructor Summary

Annotation(array data)

Constructor

Field Detail

/Doctrine/Common/Annotations/Annotation.php at line 42

value

public string $value

Value property. Common among all derived classes.


Constructor Detail

/Doctrine/Common/Annotations/Annotation.php at line 49

Annotation

public Annotation(array data)

Constructor

Parameters:
data - Key-value for properties to be defined in this class

Doctrine