Class Annotation (namespace Nette\Reflection)
Basic annotation implementation.
Object | --Annotation
Implements interfaces:
Public Method Summary | |
---|---|
Annotation |
__construct
($values)
|
string |
__toString
()
Returns default annotation.
|
Methods Inherited From Object |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Method Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
line 24 __constructpublic Annotation __construct ($values) Implementation of:
|
||||||||||||
line 36 __toStringpublic string __toString () Returns default annotation.
|