43        $ilCtrl = 
$DIC->ctrl();
 
   48        $settings = 
$DIC->settings();
 
   51        $this->ctrl = $ilCtrl;
 
   59        $this->
user->setLanguage($this->lng->getLangKey());
 
   68        $cmd = $this->ctrl->getCmd(
"showControlConcept");
 
   69        if (in_array($cmd, array(
"showControlConcept"))) {
 
   81        $gtpl->setContent(
$tpl->get());
 
   82        $gtpl->printToStdout(
"DEFAULT", 
false, 
true);
 
   92        $template_file = $a_tmpl;
 
   93        $template_dir = 
'Services/Accessibility';
 
   94        $tpl->addBlockFile(
'CONTENT', 
'content', $template_file, $template_dir);
 
  103        if (!$this->
user->getId()) {
 
  107        $this->tpl->loadStandardTemplate();
 
  108        $this->tpl->setTitle($this->lng->txt(
"accessibility_control_concept"));
 
  112        $handleDocument = $this->accessibilityEvaluation->hasDocument();
 
  113        if ($handleDocument) {
 
  114            $document = $this->accessibilityEvaluation->document();
 
  115            $tpl->setVariable(
'ACCESSIBILITY_CONTROL_CONCEPT_CONTENT', $document->content());
 
  119                : $this->
settings->get(
"admin_email");
 
  121                'ACCESSIBILITY_CONTROL_CONCEPT_CONTENT',
 
  123                    $this->lng->txt(
'no_accessibility_control_concept_description'),
 
  140        $ilCtrl = 
$DIC->ctrl();
 
  146        return $ilCtrl->getLinkTargetByClass(
"ilaccessibilitycontrolconceptgui");
 
  159        return $lng->txt(
"accessibility_control_concept");
 
An exception for terminatinating execution or to throw for unit testing.
Class ilAccessibilityControlConceptGUI.
static getFooterLink()
Get footer link.
executeCommand()
Execute command.
static getFooterText()
Get footer text.
printToGlobalTemplate($tpl)
showControlConcept()
Show accessibility control concept.
__construct()
Constructor.
special template class to simplify handling of ITX/PEAR
static getControlConceptStatus()
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms @access public
static http()
Fetches the global http state from ILIAS.