PHP Class EricMakesStuff\ServerMonitor\Notifications\Senders\Slack

Inheritance: extends EricMakesStuff\ServerMonitor\Notifications\BaseSender
Afficher le fichier Open project: ericmakesstuff/laravel-server-monitor

Protected Properties

Свойство Type Description
$client Maknz\Slack\Client
$config array

Méthodes publiques

Méthode Description
__construct ( Client $client, Illuminate\Contracts\Config\Repository $config )
send ( )

Method Details

__construct() public méthode

public __construct ( Client $client, Illuminate\Contracts\Config\Repository $config )
$client Maknz\Slack\Client
$config Illuminate\Contracts\Config\Repository

send() public méthode

public send ( )

Property Details

$client protected_oe property

protected Client,Maknz\Slack $client
Résultat Maknz\Slack\Client

$config protected_oe property

protected array $config
Résultat array