--- nfo/php/libs/org.netfrag.glib/DataSource/Locator.php 2003/03/11 02:34:55 1.17 +++ nfo/php/libs/org.netfrag.glib/DataSource/Locator.php 2003/03/11 02:42:51 1.18 @@ -21,9 +21,12 @@ * Cvs-Log: * *
- * $Id: Locator.php,v 1.17 2003/03/11 02:34:55 joko Exp $
+ * $Id: Locator.php,v 1.18 2003/03/11 02:42:51 joko Exp $
  *
  * $Log: Locator.php,v $
+ * Revision 1.18  2003/03/11 02:42:51  joko
+ * + fixed metadata for phpDocumentor
+ *
  * Revision 1.17  2003/03/11 02:34:55  joko
  * + fixed metadata for phpDocumentor
  *
@@ -82,6 +85,7 @@
 /**
  * It helps DataSource::Generic working in different "operation modes".
  *
+ * 

* Modes: (these are proposals, more or less...) * o Pass-Through-Reference: php Object will get passed through all layers * o Pass-Through-Memory: reference to a memory area will get used @@ -89,6 +93,7 @@ * o Use-Locator: directly use DataSource::Locator instance passed in * o Merge-Locators: merge metadata of two or more DataSource::Locator instances * o Build-AutoLocator: use global constants making up our metadata + *

* * It can/should contain: * (flexible, just some parameters are required for each operation mode) @@ -163,7 +168,7 @@ * using metadata from $_options and some * other presets. * - * @see build, which acts as a dispatcher + * {@see build}, which acts as a dispatcher * depending on $_options[datasource]. (main dispatching level) * *