PHP Class 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.
Inheritance: extends Horde_Push_Recipient_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
__construct ( Horde_Service_Facebook $facebook, array $params = [] ) Constructor.
push ( Horde_Push $content, array $options = [] ) : string Push content to the recipient.

Méthodes protégées

Méthode Description
getAcl ( ) : string Retrieve the ACL setting for this recipient.

Method Details

__construct() public méthode

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

getAcl() protected méthode

Retrieve the ACL setting for this recipient.
protected getAcl ( ) : string
Résultat string The ACL.

push() public méthode

Push content to the recipient.
public push ( Horde_Push $content, array $options = [] ) : string
$content Horde_Push The content element.
$options array Additional options.
Résultat string The result description.