27 $this->lng = $DIC->language();
46 $input->setChecked($a_value > 0);
51 $input->setValue($a_value);
54 $options[
""] =
$lng->txt(
"please_select");
56 $options[1] =
$lng->txt(
"yes");
57 $options[-1] =
$lng->txt(
"no");
58 $input->setOptions($options);
60 $this->form->addItem($input);
65 return (
int) $this->form->getInput(
"prccc_bool_" . $this->
getId());
70 return (
int) $a_value;
79 $caption =
$lng->txt(
"no");
80 } elseif ($a_value == 1) {
81 $caption =
$lng->txt(
"yes");
__construct()
Constructor.
importFromPeerReviewForm()
addToPeerReviewForm($a_value=null)
__construct(Container $dic, ilPlugin $plugin)