PHP Class Laravel\Envoy\Hipchat

Inheritance: use trait ConfigurationParser
Afficher le fichier Open project: laravel/envoy

Méthodes publiques

Свойство Type Description
$color
$from
$message
$room
$token

Méthodes publiques

Méthode Description
__construct ( string $token, mixed $room, string $from, string $message = null, string $color = 'purple' ) : void Create a new Hipchat instance.
make ( string $token, mixed $room, string $from, string $message = null, string $color = 'purple' ) : Hipchat Create a new HipChat message instance.
send ( ) : mixed Send the HipChat message.
task ( string $task ) Set the task for the message.

Method Details

__construct() public méthode

Create a new Hipchat instance.
public __construct ( string $token, mixed $room, string $from, string $message = null, string $color = 'purple' ) : void
$token string
$room mixed
$from string
$message string
$color string
Résultat void

make() public static méthode

Create a new HipChat message instance.
public static make ( string $token, mixed $room, string $from, string $message = null, string $color = 'purple' ) : Hipchat
$token string
$room mixed
$from string
$message string
$color string
Résultat Hipchat

send() public méthode

Send the HipChat message.
public send ( ) : mixed
Résultat mixed

task() public méthode

Set the task for the message.
public task ( string $task )
$task string

Property Details

$color public_oe property

public $color

$from public_oe property

public $from

$message public_oe property

public $message

$room public_oe property

public $room

$token public_oe property

public $token