PHP Class IMP_Indices_Mailbox, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Indices
Show file Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$buids IMP_Indices The BUIDs list.
$mailbox IMP_Mailbox Base mailbox name.

Public Methods

Method Description
__construct ( ) Constructor.

Method Details

__construct() public method

Constructor.
public __construct ( )

Property Details

$buids public property

The BUIDs list.
public IMP_Indices $buids
return IMP_Indices

$mailbox public property

Base mailbox name.
public IMP_Mailbox $mailbox
return IMP_Mailbox