PHP Class Slack\Notifier

Show file Open project: polem/slack-notifier Class Usage Examples

Protected Properties

Property Type Description
$client mixed client
$serializer mixed serializer

Public Methods

Method Description
__construct ( mixed $client, mixed $serializer = null ) __construct
notify ( Slack\Message\MessageInterface $message, boolean $debug = false ) notify

Method Details

__construct() public method

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

notify() public method

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

Property Details

$client protected property

client
protected mixed $client
return mixed

$serializer protected property

serializer
protected mixed $serializer
return mixed