Crummy\Phlack\WebHook\Reply\Reply::toArray PHP Method

toArray() public method

Returns only the text value.
public toArray ( ) : array
return array
    public function toArray()
    {
        return ['text' => $this->data['text']];
    }