Spatie\SlashCommand\AttachmentField::toArray PHP Метод

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

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