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

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

Set whether this field is short enough for displaying side-by-side with other fields.
public setShort ( string $value )
$value string
    public function setShort($value)
    {
        $this->short = (bool) $value;
        return $this;
    }