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