[Wiki] changed: Doc/Dev/InjectorH4

Jan Schneider <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
jan  Thu, 03 Jun 2010 18:46:59 -0400

Modified page: http://wiki.horde.org/Doc/Dev/InjectorH4
New Revision:  1.3
Change log:  Update method names

@@ -28,27 +28,27 @@
  +++ Horde_Auth

  Returns factory object with the following publicly available methods:

-$auth = getOb([$driver, [$params]])
+$auth = getAuth([$driver, [$params]])
  > $auth = (Horde_Auth_Base)
  > $driver = (string) TODO
  > $params = (array) TODO

  +++ Horde_Data

  Returns factory object with the following publicly available methods:

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

  +++ Horde_Db

  Returns factory object with the following publicly available methods:

-$db = getOb([$app, [$type]])
+$db = getDb([$app, [$type]])
  > $db = (Horde_Db_Adapter_Base)
  > $app = (string) TODO
  > $type = (string) TODO

@@ -58,10 +58,10 @@
  +++ Horde_Db_Pear

  Returns factory object with the following publicly available methods:

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

  +++ Horde_Editor

@@ -75,9 +75,9 @@
  +++ Horde_Ldap

  Returns factory object with the following publicly available methods:

-$ldap = getOb([$driver, [$params]])
+$ldap = getLdap([$driver, [$params]])
  > $ldap = (Horde_Ldap)
  > $driver = (string) TODO
  > $params = (array) TODO

@@ -87,9 +87,9 @@
  +++ Horde_LoginTasks

  Returns factory object with the following publicly available methods:

-$lt = getOb($app)
+$lt = getLoginTasks($app)
  > $lt = (Horde_LoginTasks)
  > $app = (string) TODO

  +++ Horde_Prefs_Identity
@@ -117,7 +117,7 @@
  $vfs = getVfs([$scope])
  > $vfs = (VFS)
  > $scope = (string) TODO

-$config = getVFSConfig([$name])
+$config = getVfsConfig([$name])
  > $config = (array)
  > $name = (string) TODO


-- 
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.