예제 #1
0
 /**
  * calls the save of the parent class to save the object
  */
 public function save()
 {
     return parent::save();
 }
예제 #2
0
파일: IzapQuiz.php 프로젝트: socialweb/PiGo
 /**
  * saves the quiz
  * @param    IzapChallenge   $ch
  * @return   <boolean>            true on success else false
  */
 public function save(IzapChallenge $ch = null)
 {
     return parent::save(true, array('river' => false));
 }