Auth_OpenID_ServiceEndpointLoader::check PHP Method

check() public method

public check ( $data )
    function check($data)
    {
        return is_array($data['type_uris']);
    }
Auth_OpenID_ServiceEndpointLoader