DataObjects/Events.php
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 06:30:56 +0000 (14:30 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 06:30:56 +0000 (14:30 +0800)
DataObjects/Events.php

index 03d299e..8052f3b 100644 (file)
@@ -92,6 +92,10 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
      * Record an audited change, in theory so we can audit data that is not just
      * database Fields...
      *
+     * @param {string} $name    table field anme
+     * @param {mixed} $ov  old value
+     * @param {mixed} $onv  new value
+     * @param {mixed} $old  old object (false if we are creating..)
      */
     function auditField($name, $ov, $nv, $old=false )
     {