Esempio n. 1
0
 public function deleteOrphans($mgrs)
 {
     foreach ($mgrs as $mgr) {
         $r = BixMigTable::delete($mgr->getId());
         // TODO - dunno what to do
         //if (!$r->isSuccess()) {}
     }
 }