PHP Class Namshi\Notificator\Notification\Handler\HipChat

Inheritance: implements Namshi\Notificator\Notification\Handler\HandlerInterface
Afficher le fichier Open project: namshi/notificator

Protected Properties

Свойство Type Description
$hipchat

Méthodes publiques

Méthode 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 méthode

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

getHipchat() public méthode

Returns the HipChat instance associated with this handler.
public getHipchat ( ) : HipChat\HipChat
Résultat HipChat\HipChat

handle() public méthode

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

shouldHandle() public méthode

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

Property Details

$hipchat protected_oe property

protected $hipchat