[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Net/IMSP/ -> Utils.php (sommaire)

(pas de description)

Poids: 124 lignes (4 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Net_IMSP_Utils:: (3 méthodes):
  getAllBooks()
  deleteBook()
  createBook()


Classe: Net_IMSP_Utils  - X-Ref

Net_IMSP_Utils::

$Horde: framework/Net_IMSP/IMSP/Utils.php,v 1.3.10.7 2006/01/01 21:28:28 jan Exp $

Copyright 2003-2006 Michael Rubinsky <mrubinsk@horde.org>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

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