|
ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Variables | |
| $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : '' | |
| $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : '' | |
| $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : '' | |
| $proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : '' | |
| $client | |
| $err = $client->getError() | |
| $address | |
| $findRange | |
| $findResultMask = 'AddressFlag' | |
| $findOptions | |
| $findAddressSpecification | |
| $findAddress = array('specification' => $findAddressSpecification) | |
| $result = $client->call('FindAddress', array('parameters' => $findAddress)) | |
| $address |
Definition at line 26 of file wsdlclient8.php.
Referenced by LastschriftWS\abbuchenOhneEinzugsermaechtigung(), ilvCard\buildVCard(), Kunde\Kunde(), ilMimeMail\ReplyTo(), ilRbacReview\searchRolesByMailboxAddressList(), ilPurchaseBMFGUI\sendDebitEntry(), ilvCard\setEmail(), HTMLPurifier_HTMLModule_Legacy\setup(), and ilMimeMail\ValidEmail().
| $client |
Definition at line 19 of file wsdlclient8.php.
| $err = $client->getError() |
Definition at line 21 of file wsdlclient8.php.
| $findAddress = array('specification' => $findAddressSpecification) |
Definition at line 51 of file wsdlclient8.php.
| $findAddressSpecification |
Definition at line 46 of file wsdlclient8.php.
| $findOptions |
Definition at line 40 of file wsdlclient8.php.
| $findRange |
Definition at line 35 of file wsdlclient8.php.
| $findResultMask = 'AddressFlag' |
Definition at line 39 of file wsdlclient8.php.
| $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : '' |
Definition at line 13 of file wsdlclient8.php.
| $proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : '' |
Definition at line 16 of file wsdlclient8.php.
| $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : '' |
Definition at line 14 of file wsdlclient8.php.
| $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : '' |
Definition at line 15 of file wsdlclient8.php.
| $result = $client->call('FindAddress', array('parameters' => $findAddress)) |
Definition at line 52 of file wsdlclient8.php.