Skip to content

Commit

Permalink
todos
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 19, 2014
1 parent 6c0dbd2 commit 88f1d6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/History/lib/Horde/History.php
Expand Up @@ -179,6 +179,8 @@ public function getHistory($guid)
* Returns a Horde_History_Log corresponding to the named history entry,
* with the data retrieved appropriately.
*
* @todo Make protected.
*
* @param string $guid The name of the history entry to retrieve.
*
* @return Horde_History_Log A Horde_History_Log object.
Expand Down Expand Up @@ -258,6 +260,8 @@ public function getByModSeq($start, $end, $filters = array(), $parent = null)
* Finds history objects by timestamp, and optionally filter on other
* fields as well.
*
* @todo Make protected.
*
* @param string $cmp The comparison operator (<, >, <=, >=, or =) to
* check the timestamps with.
* @param integer $ts The timestamp to compare against.
Expand Down

0 comments on commit 88f1d6a

Please sign in to comment.