Пример #1
0
 public function preExecute()
 {
     $this->getUser()->setCurrentStudentId(false);
     parent::preExecute();
 }
Пример #2
0
 public function preExecute()
 {
     $this->getUser()->getAttributeHolder()->remove('tutors_from_student');
     parent::preExecute();
 }