Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
EricMakesStuff
ServerMonitor
Notifications
Senders
Slack
PHP Class EricMakesStuff\ServerMonitor\Notifications\Senders\Slack
Inheritance:
extends
EricMakesStuff\ServerMonitor\Notifications\BaseSender
Exibir arquivo
Open project: ericmakesstuff/laravel-server-monitor
Protected Properties
Property
Type
Description
$client
Maknz\Slack\Client
$config
array
Public Methods
Method
Description
__construct
(
Client
$client
,
Illuminate\Contracts\Config\Repository
$config
)
send
( )
Method Details
__construct()
public
method
public
__construct
(
Client
$client
,
Illuminate\Contracts\Config\Repository
$config
)
$client
Maknz\Slack\Client
$config
Illuminate\Contracts\Config\Repository
send()
public
method
public
send
( )
Property Details
$client
protected_oe property
protected
Client,Maknz\Slack
$client
return
Maknz\Slack\Client
$config
protected_oe property
protected
array
$config
return
array