Пример #1
0
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'c';
     $this->data['edulevel'] = self::LEVEL_TEACHING;
     $this->legacyaction = 'grade';
 }
Пример #2
0
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'r';
     $this->legacyaction = 'debug';
 }
Пример #3
0
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'c';
     $this->legacyaction = 'submit files';
 }
Пример #4
0
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'u';
     $this->legacyaction = 'evaluate';
 }
Пример #5
0
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'r';
     $this->legacyaction = 'view submission';
 }