[Wiki] changed: Doc/Dev/InjectorH4
Michael Slusarz <[email protected]>
| Newsgroups | gmane.comp.horde.cvs |
|---|---|
| Message-ID | <[email protected]> |
slusarz Wed, 14 Jul 2010 02:40:02 -0400 Modified page: http://wiki.horde.org/Doc/Dev/InjectorH4 New Revision: 1.5 Change log: updates @@ -32,8 +32,17 @@ $auth = getAuth([$driver, [$params]]) > $auth = (Horde_Auth_Base) > $driver = (string) The driver. Defaults to the configured driver. > $params = (array) Additional parameters to pass to the driver. Defaults to the configured parameters. + ++++ Horde_Crypt + +Returns factory object with the following publicly available methods: + +$crypt = getCrypt($driver, [$params]) +> $crypt = (Horde_Crypt) +> $driver = (string) The driver. +> $params = (array) Additional parameters to pass to the driver. +++ Horde_Data Returns factory object with the following publicly available methods: @@ -71,8 +80,15 @@ > $editor = (Horde_Editor) > $driver = (string) The editor driver, e.g. 'Ckeditor' or 'Fckeditor'. > $params = (array) Additional parameters to pass to the driver (will override Horde defaults). ++++ Horde_Http_Client + +Returns factory object with the following publicly available methods: + +$http = getClient([$params]) +> $http = (Horde_Http_Client) +> $params = (array) Additional parameters to pass to the driver (will override Horde defaults). +++ Horde_Ldap Returns factory object with the following publicly available methods: @@ -109,8 +125,17 @@ $share = getScope([$app, [$driver]]) > $share = (Horde_Share) > $app = (string) The application scope to use, if not the current app. > $driver = (array) The share driver. Either empty (use default driver from $conf) or a driver name. + ++++ Horde_Tree +Returns factory object with the following publicly available methods: + +$tree = getTree($name, $renderer, [$driver]]) +> $tree = (Horde_Tree) +> $name = (string) The name of the tree instance. +> $renderer = (string) The type of tree renderer (generally 'html', 'javascript', or 'select'). +> $oarams = (array) Any additional parameters needed. +++ Horde_Vfs Returns factory object with the following publicly available methods: -- To unsubscribe, mail: [email protected]