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