PHP Класс Namshi\Notificator\Notification\Handler\HipChat

Наследование: implements Namshi\Notificator\Notification\Handler\HandlerInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$hipchat

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

Метод Описание
__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 )

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

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

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

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

Returns the HipChat instance associated with this handler.
public getHipchat ( ) : HipChat\HipChat
Результат HipChat\HipChat

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

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

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

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

Описание свойств

$hipchat защищенное свойство

protected $hipchat