ACL_RIGHTS
ACL_RIGHTS
Supported ACLs
Horde_Imsp_Book Class - provides api for dealing with IMSP address books.
Copyright 2002-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
$_imsp : \Horde_Imsp_Client_Base
Horde_Imsp_Client object.
__construct(\Horde_Imsp_Client_Base $client, array $params)
Constructor function.
\Horde_Imsp_Client_Base | $client | |
array | $params | Hash containing IMSP parameters. |
search(string $abook, mixed $search) : array
Returns an array containing the names that match $search critera in the address book named $abook.
string | $abook | Address book name to search. |
mixed | $search | Search criteria either a string (name) or an array in the form of 'fieldName' => 'searchTerm'. |
Array of names of the entries that match.
getEntry(string $abook, string $entryName) : array
Returns an associative array of a single address book entry.
Note that there will always be a 'name' field.
string | $abook | Name of the address book to search. |
string | $entryName | 'name' attribute of the entry to retrieve |
Array containing entry.