Definition at line 23 of file Proxy.php.
◆ __construct()
__construct |
( |
|
$className, |
|
|
|
$classArgs = array() |
|
) |
| |
Constructor
- Parameters
-
Definition at line 38 of file Proxy.php.
41 $constructor =
$class->getConstructor();
42 if ($constructor ===
null) {
43 $this->_classInstance =
$class->newInstance();
45 $this->_classInstance =
$class->newInstanceArgs($classArgs);
$_option $_optionId $class
◆ __call()
__call |
( |
|
$name, |
|
|
|
$arguments |
|
) |
| |
Proxy for the WS-I compliant call
- Parameters
-
string | $name | |
string | $arguments | |
- Returns
- array
Definition at line 56 of file Proxy.php.
59 return array(
"{$name}Result"=>
$result);
_preProcessArguments($arguments)
if(!isset($_GET['name'])) $name
◆ _preProcessArguments()
_preProcessArguments |
( |
|
$arguments | ) |
|
|
protected |
Pre process arguments
- Parameters
-
- Returns
- array
Definition at line 67 of file Proxy.php.
◆ $_classInstance
◆ $_className
The documentation for this class was generated from the following file:
- vendor/magento/zendframework1/library/Zend/Soap/Server/Proxy.php