示例#1
0
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'c';
     $this->data['edulevel'] = self::LEVEL_TEACHING;
     $this->legacyaction = 'grade';
 }
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'r';
     $this->legacyaction = 'debug';
 }
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'c';
     $this->legacyaction = 'submit files';
 }
 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';
 }