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

isFuzzy() public méthode

Returns whether the msgid is fuzzy.
public isFuzzy ( ) : boolean
Résultat boolean
    public function isFuzzy() : bool
    {
        return $this->fuzzy;
    }