Maknz\Slack\AttachmentField::toArray PHP Method

toArray() public method

Get the array representation of this attachment field.
public toArray ( ) : array
return array
    public function toArray()
    {
        return ['title' => $this->getTitle(), 'value' => $this->getValue(), 'short' => $this->getShort()];
    }