PHP Class Horde_OpenXchange_Contacts, horde

Author: Jan Schneider ([email protected])
Inheritance: extends Horde_OpenXchange_Base
显示文件 Open project: horde/horde

Protected Properties

Property Type Description
$_columns array Column IDs mapped to column names.
$_folderType string The folder category.

Public Methods

Method Description
listContacts ( integer $folder = null ) : array Returns a list contacts.

Method Details

listContacts() public method

Returns a list contacts.
public listContacts ( integer $folder = null ) : array
$folder integer A folder ID. If empty, returns contacts of all visible address books.
return array List of contact hashes.

Property Details

$_columns protected_oe property

Column IDs mapped to column names.
protected array $_columns
return array

$_folderType protected_oe property

The folder category.
protected string $_folderType
return string