コード例 #1
0
ファイル: actions.class.php プロジェクト: ncuesta/gradebook
 public function preExecute()
 {
     $this->getUser()->setCurrentStudentId(false);
     parent::preExecute();
 }
コード例 #2
0
ファイル: actions.class.php プロジェクト: nvidela/kimkelen
 public function preExecute()
 {
     $this->getUser()->getAttributeHolder()->remove('tutors_from_student');
     parent::preExecute();
 }