Author: Frederik Holljen
Date: 2006-01-26 10:20:09 +0100 (Thu, 26 Jan 2006)
New Revision: 2036

Log:
- Small documentation fixes

Modified:
   packages/PersistentObject/trunk/src/persistent_session.php

Modified: packages/PersistentObject/trunk/src/persistent_session.php
===================================================================
--- packages/PersistentObject/trunk/src/persistent_session.php  2006-01-25 
19:38:53 UTC (rev 2035)
+++ packages/PersistentObject/trunk/src/persistent_session.php  2006-01-26 
09:20:09 UTC (rev 2036)
@@ -407,12 +407,12 @@
      *
      * Note that calling this method is equavalent with calling
      * loadIntoObject on $pObject with the id of $pObject. Any
-     * changes made to $pObject will be discarded.
+     * changes made to $pObject prior to calling refresh() will be discarded.
      *
      * @throws ezcPersistentException if $pObject is not of a valid persistent 
object type.
      * @throws ezcPersistentException if $pObject is not persistent already
      * @throws ezcPersistentException if the select query failed.
-     * @param object $pObject.
+     * @param object $pObject
      * @return void
      */
     public function refresh( $pObject )

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to