Example #1
0
 private function _saveAssociated($primaryValue, Entity $entity)
 {
     foreach ($entity->getChanges() as $name => $associated) {
         Entity\Reflection::load($entity)->getProperty($name)->getOption(Entity\Reflection\Property::OPTION_ASSOC)->saveChanges($primaryValue, $this->connection, $associated);
     }
 }