PHP Класс Horde_Push_Recipient_Mail, horde
Copyright 2011-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not
receive this file, see http://www.horde.org/licenses/lgpl21.
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод |
Описание |
|
__construct ( Horde_Mail_Transport $mail, array $params = [] ) |
Constructor. |
|
push ( Horde_Push $content, array $options = [] ) : null |
Push content to the recipient. |
|
Описание методов
__construct()
публичный Метод
public __construct ( Horde_Mail_Transport $mail, array $params = [] ) |
$mail |
Horde_Mail_Transport |
The mail transport. |
$params |
array |
Parameters for the mail transport. |
Push content to the recipient.
public push ( Horde_Push $content, array $options = [] ) : null |
$content |
Horde_Push |
The content element. |
$options |
array |
Additional options. |
Результат |
null |
|