Jyxo\Gettext\Parser\Item::hasPlural PHP Méthode

hasPlural() public méthode

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