Property | Type | Description | |
---|---|---|---|
$annotations | array | ||
$isDocumented | boolean |
Method | Description | |
---|---|---|
addAnnotation ( $annotation, $value ) | ||
addReason ( TokenReflection\Exception\BaseException $reason ) | ||
getAnnotation ( $name ) | ||
getAnnotations ( ) | ||
getDocComment ( ) | ||
getEndPosition ( ) | ||
getExtension ( ) : ReflectionExtension | null | ||
getExtensionName ( ) : boolean | ||
getLongDescription ( ) | ||
getNamespaceAliases ( ) | ||
getNamespaceName ( ) | ||
getPackageName ( ) | ||
getPseudoNamespaceName ( ) | ||
getPseudoPackageName ( ) | ||
getReasons ( ) | ||
getShortDescription ( ) | ||
getStartPosition ( ) | ||
hasAnnotation ( $name ) | ||
hasReasons ( ) | ||
inNamespace ( ) | ||
inPackage ( ) | ||
isDeprecated ( ) | ||
isDocumented ( ) | ||
isMain ( ) |
Method | Description | |
---|---|---|
getAnnotationsFromReflection ( mixed $reflection ) : array |
public addReason ( TokenReflection\Exception\BaseException $reason ) | ||
$reason | TokenReflection\Exception\BaseException |
public getExtension ( ) : ReflectionExtension | null | ||
return | ReflectionExtension | null |