Send
Table of Contents
- send() : Response
- Send message.
- sanitize() : string
- Filter a string.
Methods
send()
Send message.
public
send(array<string|int, mixed> $post) : Response
Parameters
- $post : array<string|int, mixed>
Return values
Response —sanitize()
Filter a string.
private
sanitize(string $string, bool $isSubject) : string
Parameters
- $string : string
- $isSubject : bool