Namshi\Notificator\Notification\Handler\HipChat::__construct PHP Method

__construct() public method

Constructor.
public __construct ( HipChat\HipChat $hipchat )
$hipchat HipChat\HipChat
    public function __construct(HipChatClient $hipchat)
    {
        $this->hipchat = $hipchat;
    }