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

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

Get the title of the field.
public getTitle ( ) : string
Результат string
    public function getTitle()
    {
        return $this->title;
    }