L10n::offsetExists PHP Méthode

offsetExists() public méthode

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