Crummy\Phlack\Message\Field::isShort PHP Метод

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

public isShort ( ) : boolean
Результат boolean
    public function isShort()
    {
        return isset($this['short']) ? $this['short'] : false;
    }