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