Jyxo\Gettext\Parser\Item::isObsolete PHP 메소드

isObsolete() 공개 메소드

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