PHP Класс IMP_Maillog_Log_Sentmail, horde

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

Защищенные свойства (Protected)

Свойство Тип Описание
$_folder string Sent-mail folder.
$_msgId string Message ID.
$_msgidHeader string Message ID header label.

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

Метод Описание
__construct ( array $params = [] ) Constructor.
__get ( $name )
addData ( ) : array Add entry specific data to the backend storage.
searchMailboxes ( ) : array Return the mailboxes that can be searched to find the sent message.
searchQuery ( ) : Horde_Imap_Client_Search_Query Return the search query to use to find the sent message.

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

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

Constructor.
public __construct ( array $params = [] )
$params array Parameters: - folder: (IMP_Mailbox|string) Potential sent-mail folder. - msgid: (string) Message ID of the message sent.

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

public __get ( $name )

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

Add entry specific data to the backend storage.
public addData ( ) : array
Результат array An array of key -> value pairs to add.

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

Return the mailboxes that can be searched to find the sent message.
public searchMailboxes ( ) : array
Результат array Array of mailboxes to search in order of priority.

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

Return the search query to use to find the sent message.
public searchQuery ( ) : Horde_Imap_Client_Search_Query
Результат Horde_Imap_Client_Search_Query The query object.

Описание свойств

$_folder защищенное свойство

Sent-mail folder.
protected string $_folder
Результат string

$_msgId защищенное свойство

Message ID.
protected string $_msgId
Результат string

$_msgidHeader защищенное свойство

Message ID header label.
protected string $_msgidHeader
Результат string