function populateFromRow($row = array())
 {
     parent::populateFromRow($row);
     // In some cases, MB Controller sets $this->module to a bean or mbmodule
     // object. If that's the case get the string module value from what we know.
     $this->module = $this->getModuleNameFromModule($this->module);
     if (!empty($this->module) && empty($this->ext2)) {
         $this->ext2 = $this->module;
     }
 }
Example #2
0
 function populateFromRow($row = array())
 {
     parent::populateFromRow($row);
 }