Exemplo n.º 1
0
 public function postUpdate(PropelPDO $con = null)
 {
     if (!$this->alreadyInSave && BatchJobLockPeer::shouldCreateLockObject($this, false, $con)) {
         BatchJobLockPeer::createLockObject($this);
     }
     return parent::postUpdate($con);
 }