Closed mcrumm closed 9 years ago
Phlack::send() now supports simple messages in the form of a string, custom message parameters via an array, or any \JsonSerializable object that returns an array from jsonSerialize(), such as a Phlack Message object.
Phlack::send()
string
array
\JsonSerializable
jsonSerialize()
Phlack::send()
now supports simple messages in the form of astring
, custom message parameters via anarray
, or any\JsonSerializable
object that returns an array fromjsonSerialize()
, such as a Phlack Message object.