L10n::offsetExists PHP 메소드

offsetExists() 공개 메소드

Always return true, because then ::message will return an error string for undefined IDs.
public offsetExists ( $id )
    public function offsetExists($id)
    {
        return true;
    }