コード例 #1
0
ファイル: Gasto.php プロジェクト: ristorantino/account
 public function afterSave($created, $options = array())
 {
     parent::afterSave($created);
     return $this->_refreshImpuestos($created);
 }