L10n::offsetExists PHP Method

offsetExists() public method

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