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

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

Get whether this field is short enough for displaying side-by-side with other fields.
public getShort ( ) : boolean
Результат boolean
    public function getShort()
    {
        return $this->short;
    }