Crummy\Phlack\Message\Field::isShort PHP Method

isShort() public method

public isShort ( ) : boolean
return boolean
    public function isShort()
    {
        return isset($this['short']) ? $this['short'] : false;
    }