コード例 #1
0
ファイル: TestAuthor.php プロジェクト: norfil/Propel2
 public function preDelete(ConnectionInterface $con = null)
 {
     parent::preDelete($con);
     $this->setFirstName("Pre-Deleted");
     return true;
 }