PHP Class App\Listeners\Forum\NotifySlack

Inheritance: implements Illuminate\Contracts\Queue\ShouldQueue
Show file Open project: ppy/osu-web

Public Properties

Property Type Description
$message
$post
$prefix
$topic
$user

Public Methods

Method Description
notify ( $event, $options )
notifyNew ( $event )
notifyReply ( $event )
subscribe ( $events )

Private Methods

Method Description
isFromSupport ( )
mainMessage ( )
notifyColour ( )
replyCommand ( )
userText ( )

Method Details

notify() public method

public notify ( $event, $options )

notifyNew() public method

public notifyNew ( $event )

notifyReply() public method

public notifyReply ( $event )

subscribe() public method

public subscribe ( $events )

Property Details

$message public property

public $message

$post public property

public $post

$prefix public property

public $prefix

$topic public property

public $topic

$user public property

public $user