Пример #1
0
 public static function log($info)
 {
     if (is_array($info)) {
         parent::log($info);
     } else {
         throw new \coding_exception('Parameter must be an array');
     }
 }
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'r';
     $this->legacyaction = 'view';
 }
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'r';
     $this->legacyaction = 'jail servers tested';
 }
 protected function init()
 {
     parent::init();
     $this->legacyaction = 'execution save options';
 }
Пример #5
0
 protected function init()
 {
     parent::init();
     $this->legacyaction = 'variations form';
 }
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'r';
     $this->legacyaction = 'Download all submissions';
 }
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'r';
     $this->legacyaction = 'execution limits form';
 }
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'r';
     $this->legacyaction = 'show_webservice';
 }
 protected function init()
 {
     parent::init();
     $this->legacyaction = 'execution save keeplist';
 }
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'u';
     $this->legacyaction = 'set jails';
 }
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'r';
     $this->legacyaction = 'similarity form';
 }