Class ExtensionReflection (namespace Nette\Reflection)
Reports information about a extension.
ReflectionExtension | --ExtensionReflection
Public Method Summary | |
---|---|
void |
getClasses
()
|
void |
getFunctions
()
|
ClassReflection |
|
void |
__call
($name, $args)
|
& void |
__get
($name)
|
void |
__isset
($name)
|
void |
__set
($name, $value)
|
void |
__toString
()
|
void |
__unset
($name)
|
Methods Inherited From ReflectionExtension (Internal Class) |
---|
constructor __construct ( $name ), export ( $name, [$return = ] ), getClasses ( ), getClassNames ( ), getConstants ( ), getDependencies ( ), getFunctions ( ), getINIEntries ( ), getName ( ), getVersion ( ), info ( ), __clone ( ), __toString ( ) |
Variable Summary |
---|
Method Details | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
line 46 getClassespublic void getClasses ()
|
|||||||||||||||
line 53 getFunctionspublic void getFunctions ()
|
|||||||||||||||
line 67 getReflectionpublic ClassReflection getReflection ()
|
|||||||||||||||
line 74 __callpublic void __call ($name, $args)
|
|||||||||||||||
line 81 __getpublic void & __get ($name)
|
|||||||||||||||
line 95 __issetpublic void __isset ($name)
|
|||||||||||||||
line 88 __setpublic void __set ($name, $value)
|
|||||||||||||||
line 24 __toStringpublic void __toString ()
|
|||||||||||||||
line 102 __unsetpublic void __unset ($name)
|