[cvs] [Wiki] changed: Doc/Dev/InjectorH4

Jan Schneider jan at horde.org
Thu Jun 3 22:17:37 UTC 2010


jan  Thu, 03 Jun 2010 18:17:37 -0400

Modified page: http://wiki.horde.org/Doc/Dev/InjectorH4
New Revision:  1.1
Change log:  Fix headers

@@ -34,18 +34,18 @@
  > $auth = (Horde_Auth_Base)
  > $driver = (string) TODO
  > $params = (array) TODO

-++ Horde_Data
++++ Horde_Data

  Returns factory object with the following publicly available methods:

  $data = getOb([$driver, [$params]])
  > $data = (Horde_Data_Base)
  > $driver = (string) TODO
  > $params = (array) TODO

-++ Horde_Db
++++ Horde_Db

  Returns factory object with the following publicly available methods:

  $db = getOb([$app, [$type]])
@@ -55,26 +55,26 @@

  $config = getConfig();
  > $config = (array)

-++ Horde_Db_Pear
++++ Horde_Db_Pear

  Returns factory object with the following publicly available methods:

  $db = getOb([$type])
  > $db = (DB)
  > $type = (string) 'read' or 'rw'

-++ Horde_Editor
++++ Horde_Editor

  Returns factory object with the following publicly available methods:

  $editor = getEditor($driver, [$params])
  > $editor = (Horde_Editor)
  > $driver = (string) TODO
  > $params = (array) TODO

-++ Horde_Ldap
++++ Horde_Ldap

  Returns factory object with the following publicly available methods:

  $ldap = getOb([$driver, [$params]])
@@ -84,26 +84,26 @@

  $config = getConfig();
  > $config = (array)

-++ Horde_LoginTasks
++++ Horde_LoginTasks

  Returns factory object with the following publicly available methods:

  $lt = getOb($app)
  > $lt = (Horde_LoginTasks)
  > $app = (string) TODO

-++ Horde_Share
++++ Horde_Share

  Returns factory object with the following publicly available methods:

  $share = getScope([$app, [$driver]])
  > $share = (Horde_Share)
  > $app = (string) TODO
  > $driver = (array) TODO

-++ Horde_Vfs
++++ Horde_Vfs

  Returns factory object with the following publicly available methods:

  $vfs = getVfs([$scope])



More information about the cvs mailing list