46    abstract protected function index();
 
   69        $this->ctrl()->redirect($this, self::CMD_INDEX);
 
   78        $this->tpl()->setContent($html);
 
   84        $this->dic()->language()->loadLanguageModule(
"orgu");
 
   85        $cmd = $this->dic()->ctrl()->getCmd(self::CMD_INDEX);
 
   86        $next_class = $this->dic()->ctrl()->getNextClass();
 
   89                if (strtolower($class) === $next_class) {
 
   90                    $instance = 
new $class();
 
   92                        $instance->setParentGui($this);
 
   93                        $this->ctrl()->forwardCommand($instance);
 
  107                if ($this->checkRequestReferenceId()) {
 
  121        $this->dic()->tabs()->addSubTab($subtab_id, $this->txt($subtab_id), 
$url);
 
  130        $this->dic()->tabs()->activateSubTab($subtab_id);
 
  134    protected function checkRequestReferenceId()
 
  141            return $this->dic()->access()->checkAccess(
"read", 
"", $ref_id);
 
  153        $http = $this->dic()->http();
 
  154        $ref_id = 
$http->request()->getQueryParams()[
"ref_id"];
 
An exception for terminatinating execution or to throw for unit testing.
setParentGui($parent_gui)
pushSubTab($subtab_id, $url)