Пример #1
0
 public function preDelete(PropelPDO $con = null)
 {
     parent::preDelete($con);
     $this->setFirstName("Pre-Deleted");
     return false;
 }
 public function preDelete(ConnectionInterface $con = null)
 {
     parent::preDelete($con);
     $this->setFirstName('Pre-Deleted');
     return false;
 }