PHP Class IMP_Factory_Mailbox, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Factory_Base
ファイルを表示 Open project: horde/horde

Public Methods

Method Description
create ( string $mbox ) : IMP_Mailbox Return the IMP_Mailbox:: instance.

Method Details

create() public method

Return the IMP_Mailbox:: instance.
public create ( string $mbox ) : IMP_Mailbox
$mbox string The IMAP mailbox name.
return IMP_Mailbox The singleton mailbox instance.