|
ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Variables | |
| $method = isset($_POST['method']) ? $_POST['method'] : '' | |
| $null = isset($_POST['null']) ? $_POST['null'] : '' | |
| $empty = isset($_POST['empty']) ? $_POST['empty'] : '' | |
| $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : '' | |
| $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : '' | |
| $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : '' | |
| $proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : '' | |
| $err = $client->getError() | |
| $result = $client->call($method, $params) | |
| $empty = isset($_POST['empty']) ? $_POST['empty'] : '' |
Definition at line 18 of file wsdlclient4.php.
Referenced by getID3\getHashdata(), HTML_Template_IT\parse(), ilRBACTest\testRbacFA(), ilSCORM2004ScoGUI\updateProperties(), and ilXmlWriter\xmlStartTag().
| $err = $client->getError() |
Definition at line 141 of file wsdlclient4.php.
| $method = isset($_POST['method']) ? $_POST['method'] : '' |
Definition at line 16 of file wsdlclient4.php.
| $null = isset($_POST['null']) ? $_POST['null'] : '' |
Definition at line 17 of file wsdlclient4.php.
Referenced by Log_observer\factory(), Log\factory(), MDB2_Result_oci8\fetchRow(), MDB2_Result_mysql\fetchRow(), MDB2_BufferedResult_oci8\fetchRow(), ilPCPlaceHolderGUI\forward_edit(), ilECSEventQueueReader\handleImportReset(), and ilECSCategoryMapping\handleUpdate().
| $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : '' |
Definition at line 19 of file wsdlclient4.php.
| $proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : '' |
Definition at line 22 of file wsdlclient4.php.
| $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : '' |
Definition at line 20 of file wsdlclient4.php.
| $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : '' |
Definition at line 21 of file wsdlclient4.php.
| $result = $client->call($method, $params) |
Definition at line 147 of file wsdlclient4.php.