PHP 클래스 Namshi\Notificator\Notification\Handler\HipChat

상속: implements Namshi\Notificator\Notification\Handler\HandlerInterface
파일 보기 프로젝트 열기: namshi/notificator

보호된 프로퍼티들

프로퍼티 타입 설명
$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