[Mapbender-commits] r4062 - branches/mifan_dev/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jun 19 17:17:48 EDT 2009


Author: mifan
Date: 2009-06-19 17:17:48 -0400 (Fri, 19 Jun 2009)
New Revision: 4062

Modified:
   branches/mifan_dev/mapbender/http/classes/class_csw.php
Log:
changes to class_Csw

Modified: branches/mifan_dev/mapbender/http/classes/class_csw.php
===================================================================
--- branches/mifan_dev/mapbender/http/classes/class_csw.php	2009-06-19 20:47:57 UTC (rev 4061)
+++ branches/mifan_dev/mapbender/http/classes/class_csw.php	2009-06-19 21:17:48 UTC (rev 4062)
@@ -23,7 +23,7 @@
 require_once(dirname(__FILE__)."/class_administration.php");
 
 /**
- * CSW main class
+ * CSW main class to hold catalog object
  * @author nazgul
  *
  */
@@ -51,5 +51,21 @@
 	function csw(){
 		
 	}
+	
+	public function createCatObjFromXML()
+	{
+		
+	}
+	
+	public function createCatObjFromDB()
+	{
+		
+	}
+	
+	public function setCatObjToDB()
+	{
+		
+	}
+	
 }
 ?>
\ No newline at end of file



More information about the Mapbender_commits mailing list