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