Auth_OpenID_SRegRequest::contains PHP Method

contains() public method

Was this field in the request?
public contains ( $field_name )
    function contains($field_name)
    {
        return in_array($field_name, $this->required) || in_array($field_name, $this->optional);
    }