__construct()
__toString()
export()
getBody()
getClosure()
getClosureScopeClass()
getClosureThis()
getContents()
getDocBlock()
getDocComment()
getEndLine()
getExtension()
getExtensionName()
getFileName()
getName()
getNamespaceName()
getNumberOfParameters()
getNumberOfRequiredParameters()
getParameters()
getPrototype()
getReturn()
getShortName()
getStartLine()
getStaticVariables()
inNamespace()
invoke()
invokeArgs()
isClosure()
isDeprecated()
isDisabled()
isGenerator()
isInternal()
isUserDefined()
returnsReference()
toString()
PROTOTYPE_AS_ARRAY
PROTOTYPE_AS_STRING
__construct()
| inherited_from | ReflectionFunction::__construct() |
|---|
__toString() : string
stringexport()
| inherited_from | ReflectionFunction::export() |
|---|
getBody() : string | false
stringfalse
getClosure()
| inherited_from | ReflectionFunction::getClosure() |
|---|
getClosureScopeClass()
| inherited_from | ReflectionFunctionAbstract::getClosureScopeClass() |
|---|
getClosureThis()
| inherited_from | ReflectionFunctionAbstract::getClosureThis() |
|---|
getContents(bool $includeDocBlock) : string
bool
stringgetDocBlock() : \Zend\Code\Reflection\DocBlockReflection
getDocComment()
| inherited_from | ReflectionFunctionAbstract::getDocComment() |
|---|
getEndLine()
| inherited_from | ReflectionFunctionAbstract::getEndLine() |
|---|
getExtension()
| inherited_from | ReflectionFunctionAbstract::getExtension() |
|---|
getExtensionName()
| inherited_from | ReflectionFunctionAbstract::getExtensionName() |
|---|
getFileName()
| inherited_from | ReflectionFunctionAbstract::getFileName() |
|---|
getName()
| inherited_from | ReflectionFunctionAbstract::getName() |
|---|
getNamespaceName()
| inherited_from | ReflectionFunctionAbstract::getNamespaceName() |
|---|
getNumberOfParameters()
| inherited_from | ReflectionFunctionAbstract::getNumberOfParameters() |
|---|
getNumberOfRequiredParameters()
| inherited_from | ReflectionFunctionAbstract::getNumberOfRequiredParameters() |
|---|
getParameters() : \Zend\Code\Reflection\ParameterReflection[]
getPrototype($format) : array
arraygetReturn() : \Zend\Code\Reflection\DocBlockReflection
getShortName()
| inherited_from | ReflectionFunctionAbstract::getShortName() |
|---|
getStartLine(bool $includeDocComment) : int
bool
intgetStaticVariables()
| inherited_from | ReflectionFunctionAbstract::getStaticVariables() |
|---|
inNamespace()
| inherited_from | ReflectionFunctionAbstract::inNamespace() |
|---|
invoke()
| inherited_from | ReflectionFunction::invoke() |
|---|
invokeArgs()
| inherited_from | ReflectionFunction::invokeArgs() |
|---|
isClosure()
| inherited_from | ReflectionFunctionAbstract::isClosure() |
|---|
isDeprecated()
| inherited_from | ReflectionFunctionAbstract::isDeprecated() |
|---|
isDisabled()
| inherited_from | ReflectionFunction::isDisabled() |
|---|
isGenerator()
| inherited_from | ReflectionFunctionAbstract::isGenerator() |
|---|
isInternal()
| inherited_from | ReflectionFunctionAbstract::isInternal() |
|---|
isUserDefined()
| inherited_from | ReflectionFunctionAbstract::isUserDefined() |
|---|
returnsReference()
| inherited_from | ReflectionFunctionAbstract::returnsReference() |
|---|
toString() : string
stringPROTOTYPE_AS_ARRAY
PROTOTYPE_AS_STRING