/** * Update the aggregate column in the related object * * @param PropelPDO $con A connection object */ protected function updateRelated(PropelPDO $con) { if ($ = $this->get()) { if (!$->isAlreadyInSave()) { $->($con); } } if ($this->old) { $this->old->($con); $this->old = null; } }