Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (Zend_Server_Reflection_Class $class, ReflectionMethod $r, $namespace=null, $argv=array()) | |
getDeclaringClass () | |
__wakeup () | |
![]() | |
__construct (Reflector $r, $namespace=null, $argv=array()) | |
__call ($method, $args) | |
__get ($key) | |
__set ($key, $value) | |
setNamespace ($namespace) | |
getNamespace () | |
setDescription ($string) | |
getDescription () | |
getPrototypes () | |
getInvokeArguments () | |
__wakeup () | |
Protected Attributes | |
$_class | |
$_classReflection | |
![]() | |
$_reflection | |
$_argv = array() | |
$_config = array() | |
$_class | |
$_description = '' | |
$_namespace | |
$_prototypes = array() | |
Additional Inherited Members | |
![]() | |
_addTree (Zend_Server_Reflection_Node $parent, $level=0) | |
_buildTree () | |
_buildSignatures ($return, $returnDesc, $paramTypes, $paramDesc) | |
_reflect () | |
Definition at line 37 of file Method.php.
__construct | ( | Zend_Server_Reflection_Class | $class, |
ReflectionMethod | $r, | ||
$namespace = null , |
|||
$argv = array() |
|||
) |
Constructor
Zend_Server_Reflection_Class | $class | |
ReflectionMethod | $r | |
string | $namespace | |
array | $argv |
Definition at line 60 of file Method.php.
__wakeup | ( | ) |
Wakeup from serialization
Reflection needs explicit instantiation to work correctly. Re-instantiate reflection object on wakeup.
Definition at line 104 of file Method.php.
getDeclaringClass | ( | ) |
Return the reflection for the class that defines this method
Definition at line 91 of file Method.php.
|
protected |
Definition at line 43 of file Method.php.
|
protected |
Definition at line 49 of file Method.php.