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