PHP Class Namshi\Notificator\Notification\Handler\HipChat

Inheritance: implements Namshi\Notificator\Notification\Handler\HandlerInterface
Show file Open project: namshi/notificator

Protected Properties

Property Type Description
$hipchat

Public Methods

Method Description
__construct ( HipChat\HipChat $hipchat ) Constructor.
getHipchat ( ) : HipChat\HipChat Returns the HipChat instance associated with this handler.
handle ( Namshi\Notificator\NotificationInterface $notification )
shouldHandle ( Namshi\Notificator\NotificationInterface $notification )

Method Details

__construct() public method

Constructor.
public __construct ( HipChat\HipChat $hipchat )
$hipchat HipChat\HipChat

getHipchat() public method

Returns the HipChat instance associated with this handler.
public getHipchat ( ) : HipChat\HipChat
return HipChat\HipChat

handle() public method

public handle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface

shouldHandle() public method

public shouldHandle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface

Property Details

$hipchat protected property

protected $hipchat