[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 124 lignes (4 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Net_IMSP_Utils:: (3 méthodes):
getAllBooks()
deleteBook()
createBook()
Classe: Net_IMSP_Utils - X-Ref
Net_IMSP_Utils::getAllBooks($serverInfo) X-Ref |
Utility function to retrieve the names of all the address books that the user has access to, along with the acl for those books. For information about the $serverInfo array see turba/config/sources.php as this is the cfgSources[] entry for the address books. param: array $serverInfo Information about the server return: array Information about all the address books or PEAR_Error. |
deleteBook($source) X-Ref |
Utility function to make it easier for client applications to delete address books without having to create imsp drivers. The $source array is a horde/turba style $cfgSources entry for the address book being deleted. param: array $source Information about the address book being deleted. return: mixed True on success or PEAR_Error on failure. |
createBook($source, $newName) X-Ref |
Utility function to help clients create new address books without having to create an imsp driver instance first. param: array $source Information about the user's default IMSP param: string $newName The name of the new address book. Note that this return: mixed true on success or PEAR_Error on failure. |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |