PHP 클래스 App\Listeners\Forum\NotifySlack

상속: implements Illuminate\Contracts\Queue\ShouldQueue
파일 보기 프로젝트 열기: ppy/osu-web

공개 프로퍼티들

프로퍼티 타입 설명
$message
$post
$prefix
$topic
$user

공개 메소드들

메소드 설명
notify ( $event, $options )
notifyNew ( $event )
notifyReply ( $event )
subscribe ( $events )

비공개 메소드들

메소드 설명
isFromSupport ( )
mainMessage ( )
notifyColour ( )
replyCommand ( )
userText ( )

메소드 상세

notify() 공개 메소드

public notify ( $event, $options )

notifyNew() 공개 메소드

public notifyNew ( $event )

notifyReply() 공개 메소드

public notifyReply ( $event )

subscribe() 공개 메소드

public subscribe ( $events )

프로퍼티 상세

$message 공개적으로 프로퍼티

public $message

$post 공개적으로 프로퍼티

public $post

$prefix 공개적으로 프로퍼티

public $prefix

$topic 공개적으로 프로퍼티

public $topic

$user 공개적으로 프로퍼티

public $user