[commits] [Wiki] changed: Doc/Dev/HordeHistory
Wiki Guest
wikiguest at horde.org
Tue Jul 3 05:36:54 UTC 2018
guest [178.24.25.196] Tue, 03 Jul 2018 05:36:54 +0000
Modified page: https://wiki.horde.org/Doc/Dev/HordeHistory
New Revision: 2
Change log: Formatting
@@ -102,9 +102,11 @@
++ Usage inside Horde applications
Use the Injector to get a configured instance of Horde_Core_History.
-<code>$history = $GLOBALS['injector']->getInstance('Horde_History');</code>
+<code>
+$history = $GLOBALS['injector']->getInstance('Horde_History');
+</code>
Horde_Core_History wraps Horde_History instances. It defaults to the
logged in user and delegates most calls to the actual backends.
More information about the commits
mailing list