Ejemplo n.º 1
0
 public function preExecute()
 {
     $this->getUser()->setCurrentStudentId(false);
     parent::preExecute();
 }
Ejemplo n.º 2
0
 public function preExecute()
 {
     $this->getUser()->getAttributeHolder()->remove('tutors_from_student');
     parent::preExecute();
 }