Author: mcantelon
Date: Fri Apr 20 14:35:56 2012
New Revision: 11480

Log:
Made a method public that I need to use elsewhere.

Modified:
   trunk/lib/QubitFlatfileImport.class.php

Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php     Fri Apr 20 13:06:13 2012        
(r11479)
+++ trunk/lib/QubitFlatfileImport.class.php     Fri Apr 20 14:35:56 2012        
(r11480)
@@ -89,7 +89,7 @@
    *
    * @return void
    */
-  protected function setPropertiesFromArray(&$object, $propertyArray, 
$allowedProperties, $ignore = array())
+  public function setPropertiesFromArray(&$object, $propertyArray, 
$allowedProperties, $ignore = array())
   {
     // set properties from options, halting upon invalid option
     foreach($propertyArray as $option => $value)

-- 
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.com/group/qubit-commits?hl=en.

Reply via email to