43             $input->setChecked($a_value > 0);
    48             $input->setValue($a_value);
    51                 $options[
""] = 
$lng->
txt(
"please_select");
    55             $input->setOptions($options);
    57         $this->
form->addItem($input);
    62         return (
int) $this->
form->getInput(
"prccc_bool_" . $this->
getId());
    68         if (!is_null($a_value) && !$this->
isRequired()) {
    71         return (
int) $a_value;
    85         } elseif ($a_value == 1) {
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
 
importFromPeerReviewForm()
 
addToPeerReviewForm($a_value=null)
 
form( $class_path, string $cmd, string $submit_caption="")
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...