| [ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 215 lignes (7 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
Classe: Net_IMSP_Options - X-Ref
Net_IMSP_Options Class - provides an interface to IMSP server-based| Net_IMSP_Options($params) X-Ref |
| Constructor function. param: array $params Hash containing IMSP parameters. |
| init() X-Ref |
| Initialization function to be called after object is returned. This allows errors to occur and not break the script. return: mixed True on success PEAR_Error on failure. |
| get($optionName) X-Ref |
| Function sends a GET command to IMSP server and retrieves values. param: string $optionName Name of option to retrieve. Accepts '*' return: mixed Associative array containing option=>value pairs or |
| set($optionName, $optionValue) X-Ref |
| Function sets an option value on the IMSP server. param: string $optionName Name of option to set. param: string $optionValue Value to assign. return: mixed True or PEAR_Error. |
| setLogger($params) X-Ref |
| Sets the log information in the Net_IMSP object. param: array $params The log parameters. return: mixed True on success PEAR_Error on failure. |
| logout() X-Ref |
| Pas de description |
| Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |