Class ReflectionFunctionBase
Base abstract class for tokenized function and method.
- TokenReflection\ReflectionBase implements TokenReflection\IReflection
- TokenReflection\ReflectionElement
- TokenReflection\ReflectionFunctionBase implements TokenReflection\IReflectionFunctionBase
public
string
|
|
public
string
|
|
public
string
|
|
public
boolean
|
|
public
boolean
|
|
public
null
|
|
public
string|null
|
|
public
boolean
|
|
public
|
|
public
array
|
|
public
integer
|
|
public
integer
|
|
public
array
|
|
public
string
|
|
final protected
|
|
final protected
|
#
parseReturnsReference(
Parses if the function/method returns its value as reference. |
final protected
|
|
final protected
|
#
parseChildren(
Parses child reflection objects from the token stream. |
final protected
|
#
parseParameters(
Parses function/method parameters. |
final protected
|
__get(),
__isset(),
exists(),
get(),
getAnnotation(),
getAnnotations(),
getBroker(),
getDocComment(),
hasAnnotation(),
isDeprecated(),
isInternal(),
isTokenized(),
isUserDefined()
|
DOCBLOCK_TEMPLATE_END,
DOCBLOCK_TEMPLATE_START
|
protected
string
|
$namespaceName |
|
#
Function/method namespace name. |
protected
array
|
$parameters | array() |
#
Parameters. |
$docblockTemplates,
$startPosition
|
$docComment,
$name
|