Author: david
Date: 2008-11-11 13:59:19 -0800 (Tue, 11 Nov 2008)
New Revision: 1571

Modified:
   trunk/qubit/lib/model/QubitProperty.php
Log:
Change name of QubitProperty::isPropertyExistent() method to isExistent() as 
"Property" is implicit.

Modified: trunk/qubit/lib/model/QubitProperty.php
===================================================================
--- trunk/qubit/lib/model/QubitProperty.php     2008-11-11 21:45:33 UTC (rev 
1570)
+++ trunk/qubit/lib/model/QubitProperty.php     2008-11-11 21:59:19 UTC (rev 
1571)
@@ -108,7 +108,7 @@
    * @param string $options array of optional parameters
    * @return boolean true if QubitProperty exists
    */
-  public static function isPropertyExistent($objectId, $name, $value, $options 
= array())
+  public static function isExistent($objectId, $name, $value, $options = 
array())
   {
     $propertyExists = false;
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to