Spatie\SlashCommand\AttachmentField::toArray PHP Méthode

toArray() public méthode

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