コード例 #1
0
 public function saveOrUpdateAccountType(BOL_QuestionAccountType $value)
 {
     $this->accountDao->save($value);
     $this->updateQuestionsEditStamp();
 }
コード例 #2
0
ファイル: question_service.php プロジェクト: vazahat/dudex
 public function saveOrUpdateAccountType(BOL_QuestionAccountType $value)
 {
     $this->accountDao->save($value);
     $this->updateQuestionsEditStamp();
     $event = new OW_Event(self::EVENT_ON_ACCOUNT_TYPE_ADD, array('id' => $value->id));
     OW::getEventManager()->trigger($event);
 }