[commits] [Wiki] changed: Doc/Dev/HordeHistory

Ralf Lang (B1 Systems GmbH) lang at b1-systems.de
Tue Jul 3 05:39:30 UTC 2018


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




More information about the commits mailing list