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];
    }