Slack\Message\MessageField::setTitle PHP Method

setTitle() public method

Set title
public setTitle ( string $title )
$title string the value to set
    public function setTitle($title)
    {
        $this->title = $title;
        return $this;
    }