Webmozart\Console\Api\Args\Format\AbstractOption::isShortNamePreferred PHP Method

isShortNamePreferred() public method

Returns whether using the short name is preferred over using the long name.
public isShortNamePreferred ( ) : boolean
return boolean Returns `true` if the short name is preferred over the long name.
    public function isShortNamePreferred()
    {
        return (bool) (self::PREFER_SHORT_NAME & $this->flags);
    }