Jyxo\Gettext\Parser\Item::hasPlural PHP Method

hasPlural() public method

Returns whether the msgid has plural forms.
public hasPlural ( ) : boolean
return boolean
    public function hasPlural() : bool
    {
        return !empty($this->plural);
    }