PHP Класс IMP_Ftree_Prefs_Poll, horde

Автор: Michael Slusarz ([email protected])
Наследование: extends IMP_Ftree_Prefs
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( IMP_Ftree $ftree ) Constructor.
addPollList ( mixed $id ) Add elements to the poll list.
getPollList ( boolean $sort = false ) : array Returns the list of mailboxes to poll.
offsetGet ( $offset )
prunePollList ( ) Prune non-existent mailboxes from poll list.
removePollList ( mixed $id ) Remove elements from the poll list.
shutdown ( )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( IMP_Ftree $ftree )
$ftree IMP_Ftree Tree object.

addPollList() публичный Метод

Add elements to the poll list.
public addPollList ( mixed $id )
$id mixed The element name or a list of element names to add.

getPollList() публичный Метод

Returns the list of mailboxes to poll.
public getPollList ( boolean $sort = false ) : array
$sort boolean Sort the directory list?
Результат array The list of mailboxes to poll (IMP_Mailbox objects).

offsetGet() публичный Метод

public offsetGet ( $offset )

prunePollList() публичный Метод

Prune non-existent mailboxes from poll list.
public prunePollList ( )

removePollList() публичный Метод

Remove elements from the poll list.
public removePollList ( mixed $id )
$id mixed The element name or a list of element names to remove.

shutdown() публичный Метод

public shutdown ( )