PHP 클래스 Laravel\Envoy\Slack

상속: use trait ConfigurationParser
파일 보기 프로젝트 열기: laravel/envoy

공개 프로퍼티들

프로퍼티 타입 설명
$channel
$hook
$message
$options

공개 메소드들

메소드 설명
__construct ( string $hook, mixed $channel = '', string $message = null, array $options = [] ) : void Create a new Slack instance.
make ( string $hook, mixed $channel = '', string $message = null, array $options = [] ) : Slack Create a new Slack message instance.
send ( ) : void Send the Slack message.
task ( string $task ) Set the task for the message.

메소드 상세

__construct() 공개 메소드

Create a new Slack instance.
public __construct ( string $hook, mixed $channel = '', string $message = null, array $options = [] ) : void
$hook string
$channel mixed
$message string
$options array
리턴 void

make() 공개 정적인 메소드

Create a new Slack message instance.
public static make ( string $hook, mixed $channel = '', string $message = null, array $options = [] ) : Slack
$hook string
$channel mixed
$message string
$options array
리턴 Slack

send() 공개 메소드

Send the Slack message.
public send ( ) : void
리턴 void

task() 공개 메소드

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

프로퍼티 상세

$channel 공개적으로 프로퍼티

public $channel

$hook 공개적으로 프로퍼티

public $hook

$message 공개적으로 프로퍼티

public $message

$options 공개적으로 프로퍼티

public $options