PHP Класс Horde_Push_Recipient_Facebook, 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.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Push_Recipient_Base
Показать файл Открыть проект

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

Метод Описание
__construct ( Horde_Service_Facebook $facebook, array $params = [] ) Constructor.
push ( Horde_Push $content, array $options = [] ) : string Push content to the recipient.

Защищенные методы

Метод Описание
getAcl ( ) : string Retrieve the ACL setting for this recipient.

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

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

Constructor.
public __construct ( Horde_Service_Facebook $facebook, array $params = [] )
$facebook Horde_Service_Facebook The facebook client.
$params array The recipient configuration.

getAcl() защищенный Метод

Retrieve the ACL setting for this recipient.
protected getAcl ( ) : string
Результат string The ACL.

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

Push content to the recipient.
public push ( Horde_Push $content, array $options = [] ) : string
$content Horde_Push The content element.
$options array Additional options.
Результат string The result description.