Maknz\Slack\AttachmentField::toArray PHP Метод

toArray() публичный Метод

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