Spatie\SlashCommand\AttachmentField::setTitle PHP Method

setTitle() public method

Set the title of the field.
public setTitle ( string $title )
$title string
    public function setTitle(string $title)
    {
        $this->title = $title;
        return $this;
    }