aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/system_log.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-04 11:52:29 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-04 11:52:29 +0000
commit058f87a19f3894f6b352844671bac6b43effb35c (patch)
tree13ea717ecc10660dc8c874e9b2956dd59bc76fc4 /engine/lib/system_log.php
parent4f23d26643369ff8af274b0977ddea78cad2663b (diff)
downloadelgg-058f87a19f3894f6b352844671bac6b43effb35c.tar.gz
elgg-058f87a19f3894f6b352844671bac6b43effb35c.tar.bz2
git-svn-id: https://code.elgg.org/elgg/trunk@793 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/system_log.php')
-rw-r--r--engine/lib/system_log.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/engine/lib/system_log.php b/engine/lib/system_log.php
index 4dd240d27..f9772ecc7 100644
--- a/engine/lib/system_log.php
+++ b/engine/lib/system_log.php
@@ -51,8 +51,8 @@
*
* @param string $event The event you are searching on.
* @param string $class The class of object it effects.
- * @param int $limit
- * @param int $offset
+ * @param int $limit Maximum number of responses to return.
+ * @param int $offset Offset of where to start.
*/
function get_system_log($event = "", $class = "", $limit = 10, $offset = 0)
{
@@ -85,6 +85,8 @@
/**
* Log a system event related to a specific object.
*
+ * This is called by the event system and should not be called directly.
+ *
* @param $object The object you're talking about.
* @param $event String The event being logged
*/