Class FunctionReflection (namespace Nette\Reflection)
Reports information about a function.
ReflectionFunction | --FunctionReflection
Public Method Summary | |
---|---|
ExtensionReflection |
getExtension
()
|
void |
|
ClassReflection |
|
void |
__call
($name, $args)
|
& void |
__get
($name)
|
void |
__isset
($name)
|
void |
__set
($name, $value)
|
void |
__toString
()
|
void |
__unset
($name)
|
Methods Inherited From ReflectionFunction (Internal Class) |
---|
constructor __construct ( $name ), export ( $name, [$return = ] ), getDocComment ( ), getEndLine ( ), getExtension ( ), getExtensionName ( ), getFileName ( ), getName ( ), getNumberOfParameters ( ), getNumberOfRequiredParameters ( ), getParameters ( ), getStartLine ( ), getStaticVariables ( ), invoke ( $args ), invokeArgs ( $args ), isDeprecated ( ), isDisabled ( ), isInternal ( ), isUserDefined ( ), returnsReference ( ), __clone ( ), __toString ( ) |
Constant Summary |
---|
Constants Inherited From ReflectionFunction (Internal Class) |
---|
IS_DEPRECATED = 262144 |
Variable Summary |
---|
Method Details | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
line 49 getExtensionpublic ExtensionReflection getExtension ()
|
|||||||||||||||
line 56 getParameterspublic void getParameters ()
|
|||||||||||||||
line 70 getReflectionpublic ClassReflection getReflection ()
|
|||||||||||||||
line 77 __callpublic void __call ($name, $args)
|
|||||||||||||||
line 84 __getpublic void & __get ($name)
|
|||||||||||||||
line 98 __issetpublic void __isset ($name)
|
|||||||||||||||
line 91 __setpublic void __set ($name, $value)
|
|||||||||||||||
line 24 __toStringpublic void __toString ()
|
|||||||||||||||
line 105 __unsetpublic void __unset ($name)
|