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

isObsolete() public method

Returns whether the msgid is obsolete.
public isObsolete ( ) : boolean
return boolean
    public function isObsolete() : bool
    {
        return $this->obsolete;
    }