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

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

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