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