--- nfo/php/libs/org.netfrag.glib/DataSource/Locator.php 2003/03/11 02:28:12 1.16 +++ nfo/php/libs/org.netfrag.glib/DataSource/Locator.php 2003/03/11 02:34:55 1.17 @@ -21,9 +21,12 @@ * Cvs-Log: * *
- * $Id: Locator.php,v 1.16 2003/03/11 02:28:12 joko Exp $
+ * $Id: Locator.php,v 1.17 2003/03/11 02:34:55 joko Exp $
  *
  * $Log: Locator.php,v $
+ * Revision 1.17  2003/03/11 02:34:55  joko
+ * + fixed metadata for phpDocumentor
+ *
  * Revision 1.16  2003/03/11 02:28:12  joko
  * + fixed metadata for phpDocumentor
  *
@@ -113,10 +116,9 @@
  *
  * Pass an array holding "locator metadata" to the constructor.
  * This module takes care of the rest.
- *
  * Pass an array to the constructor: (e.g.)
  *
- * 

+ *

  *  1. for doing rpc-calls....
  *    
  *    $locator = array(
@@ -136,7 +138,7 @@
  *    $source = ne w DataSource::Generic($locator);
  *    $this->set_data_source( &$source );
  *    
- * 

+ *
* * * @@ -164,7 +166,8 @@ * @see build, which acts as a dispatcher * depending on $_options[datasource]. (main dispatching level) * - *
+    * 

+ * * The structure of a full blown locator looks like this: * * @@ -195,7 +198,8 @@ * ) * ); * - *

+ * + *

* * @deprecated *