PHP 클래스 Slack\Notifier

파일 보기 프로젝트 열기: polem/slack-notifier 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$client mixed client
$serializer mixed serializer

공개 메소드들

메소드 설명
__construct ( mixed $client, mixed $serializer = null ) __construct
notify ( Slack\Message\MessageInterface $message, boolean $debug = false ) notify

메소드 상세

__construct() 공개 메소드

__construct
public __construct ( mixed $client, mixed $serializer = null )
$client mixed
$serializer mixed

notify() 공개 메소드

notify
public notify ( Slack\Message\MessageInterface $message, boolean $debug = false )
$message Slack\Message\MessageInterface
$debug boolean

프로퍼티 상세

$client 보호되어 있는 프로퍼티

client
protected mixed $client
리턴 mixed

$serializer 보호되어 있는 프로퍼티

serializer
protected mixed $serializer
리턴 mixed