PHP Class Horde_Push_Recipient_Mock, 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
Show file Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$pushed array Pushed content elements.

Public Methods

Method Description
push ( Horde_Push $content, array $options = [] ) : null Push content to the recipient.

Method Details

push() public method

Push content to the recipient.
public push ( Horde_Push $content, array $options = [] ) : null
$content Horde_Push The content element.
$options array Additional options.
return null

Property Details

$pushed public property

Pushed content elements.
public array $pushed
return array