rlang  Tue, 03 Jul 2018 05:39:30 +0000

Modified page: https://wiki.horde.org/Doc/Dev/HordeHistory
New Revision:  3
Change log:  remove syntax foo

@@ -49,21 +49,21 @@
 Get events between some changesets, allowing filters

 <code>
 $ids = $history->getByModSeq(1287, 1305);
-); // returns an array of integers
+ // returns an array of integers

$ids = $history->getByModSeq(1287, 1305, array(array('action', '==', 'create')));
-); // returns an array of integers
+ // returns an array of integers
 </code>

 Limit to events within a parent resource
 <code>
 $ids = $history->getByModSeq(12876, 1305, array(), 'room1:shelf1');
-); // returns an array of integers
+ // returns an array of integers

$ids = $history->getByModSeq(12876, 1305, array(array('action', '==', 'create')), 'room1:shelf1');
-); // returns an array of integers
+ // returns an array of integers
 </code>

 Get the last time a certain action happened to a resource


--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to