Project

General

Profile

« Previous | Next » 

Revision 35e7398c

Added by Andreas Kohlbecker over 16 years ago

View differences:

modules/cdm_dataportal/cdm/cdm_api.php
1 1
<?php
2
// $Id$
2 3

  
3 4
/**
4 5
 * @file
......
23 24
   return $out;
24 25
}
25 26

  
27
/**
28
 * The whatis service returns the type 
29
 * i.e. DTO class name and simplename & cdm class name and simplename of the instance referenced by the $uuid parameter. 
30
 * 
31
 *
32
 * @param unknown_type $uuid
33
 * @return false if the cdm store has no matching instance. An associative array with the following key, value pairs:
34
 *   - 'cdmName': name of the cdm class as returned by Class.getName()
35
 *   - ' 
36
 */
37
function cdm_ws_whatis($uuid){
38
  
39
}
40

  
26 41
/**
27 42
 * load a name from the CDM Webservice
28 43
 *
modules/cdm_dataportal/cdm_dataportal.info
1
; $Id: cdm_dataportal.module, v0.1 2007/03/12, Andreas Kohlbecker & Dave Taylor - http://dev.e-taxonomy.eu/trac/wiki/CdmDataportal $
1
; $Id$
2 2
name = "CDM Dataportal"
3 3
description = "The dataportal publishes CDM data hosted in a CommunityStore on the web."
4 4
version = 0.1-5.x
modules/cdm_dataportal/cdm_dataportal.theme.php
1 1
<?php
2
// $Id$
2 3

  
3 4
require_once('cdm/cdm_api.php');
4 5

  

Also available in: Unified diff