Maknz\Slack\AttachmentField::getTitle PHP Method

getTitle() public method

Get the title of the field.
public getTitle ( ) : string
return string
    public function getTitle()
    {
        return $this->title;
    }