Home
last modified time | relevance | path

Searched refs:a_postvar (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/www/ilias/ILIAS-5.4.25/Services/Taxonomy/classes/
H A Dclass.ilTaxSelectInputGUI.php23 * @param string $a_postvar Post Variable
25 public function __construct($a_taxonomy_id, $a_postvar, $a_multi = false) argument
37 $ilCtrl->setParameterByClass("ilformpropertydispatchgui", "postvar", $a_postvar);
44 "tax_expl_" . $a_postvar
46 $this->explorer_gui->setSelectMode($a_postvar . "_sel", $this->multi_nodes);
49 …parent::__construct(ilObject::_lookupTitle($a_taxonomy_id), $a_postvar, $this->explorer_gui, $this…
H A Dclass.ilTaxAssignInputGUI.php22 * @param string $a_postvar Post Variable
28 $a_postvar = "", argument
44 if ($a_postvar == "") {
45 $a_postvar = "tax_node_assign";
48 parent::__construct($a_title, $a_postvar);
/dports/www/ilias6/ILIAS-6.14/Services/Taxonomy/classes/
H A Dclass.ilTaxSelectInputGUI.php23 * @param string $a_postvar Post Variable
25 public function __construct($a_taxonomy_id, $a_postvar, $a_multi = false) argument
37 $ilCtrl->setParameterByClass("ilformpropertydispatchgui", "postvar", $a_postvar);
44 "tax_expl_" . $a_postvar
46 $this->explorer_gui->setSelectMode($a_postvar . "_sel", $this->multi_nodes);
49 …parent::__construct(ilObject::_lookupTitle($a_taxonomy_id), $a_postvar, $this->explorer_gui, $this…
H A Dclass.ilTaxAssignInputGUI.php22 * @param string $a_postvar Post Variable
28 $a_postvar = "", argument
44 if ($a_postvar == "") {
45 $a_postvar = "tax_node_assign";
48 parent::__construct($a_title, $a_postvar);
/dports/www/ilias/ILIAS-5.4.25/Services/Form/classes/
H A Dclass.ilRepositorySelector2InputGUI.php27 * @param string $a_postvar Post Variable
30 …public function __construct($a_title, $a_postvar, $a_multi = false, $form = ilPropertyFormGUI::cla… argument
37 $this->postvar = $a_postvar;
46 "rep_exp_sel_" . $a_postvar
50 $this->explorer_gui->setSelectMode($a_postvar . "_sel", $this->multi_nodes);
54 parent::__construct($a_title, $a_postvar, $this->explorer_gui, $this->multi_nodes);
H A Dclass.ilCountrySelectInputGUI.php27 * @param string $a_postvar Post Variable
29 public function __construct($a_title = "", $a_postvar = "") argument
34 parent::__construct($a_title, $a_postvar);
H A Dclass.ilFormPropertyGUI.php41 * @param string $a_postvar Post Variable
43 public function __construct($a_title = "", $a_postvar = "") argument
50 $this->setPostVar($a_postvar);
110 * @param string $a_postvar Post Variable
112 public function setPostVar($a_postvar) argument
114 $this->postvar = $a_postvar;
H A Dclass.ilRoleAutoCompleteInputGUI.php19 * @param string $a_postvar Post Variable
21 public function __construct($a_title, $a_postvar, $a_class, $a_autocomplete_cmd) argument
33 parent::__construct($a_title, $a_postvar);
H A Dclass.ilHiddenInputGUI.php40 * @param string $a_postvar Post Variable
42 public function __construct($a_postvar) argument
44 parent::__construct("", $a_postvar);
H A Dclass.ilCustomInputGUI.php47 * @param string $a_postvar Post Variable
49 public function __construct($a_title = "", $a_postvar = "") argument
54 parent::__construct($a_title, $a_postvar);
H A Dclass.ilRegExpInputGUI.php39 * @param string $a_postvar Post Variable
41 public function __construct($a_title = "", $a_postvar = "") argument
46 parent::__construct($a_title, $a_postvar);
/dports/www/ilias6/ILIAS-6.14/Services/Form/classes/
H A Dclass.ilRepositorySelector2InputGUI.php27 * @param string $a_postvar Post Variable
30 …public function __construct($a_title, $a_postvar, $a_multi = false, $form = ilPropertyFormGUI::cla… argument
37 $this->postvar = $a_postvar;
46 "rep_exp_sel_" . $a_postvar
50 $this->explorer_gui->setSelectMode($a_postvar . "_sel", $this->multi_nodes);
54 parent::__construct($a_title, $a_postvar, $this->explorer_gui, $this->multi_nodes);
H A Dclass.ilCountrySelectInputGUI.php27 * @param string $a_postvar Post Variable
29 public function __construct($a_title = "", $a_postvar = "") argument
34 parent::__construct($a_title, $a_postvar);
H A Dclass.ilFormPropertyGUI.php41 * @param string $a_postvar Post Variable
43 public function __construct($a_title = "", $a_postvar = "") argument
50 $this->setPostVar($a_postvar);
110 * @param string $a_postvar Post Variable
112 public function setPostVar($a_postvar) argument
114 $this->postvar = $a_postvar;
H A Dclass.ilRoleAutoCompleteInputGUI.php19 * @param string $a_postvar Post Variable
21 public function __construct($a_title, $a_postvar, $a_class, $a_autocomplete_cmd) argument
33 parent::__construct($a_title, $a_postvar);
H A Dclass.ilUriInputGUI.php24 * @param string $a_postvar Post Variable
26 public function __construct($a_title = "", $a_postvar = "") argument
31 parent::__construct($a_title, $a_postvar);
H A Dclass.ilHiddenInputGUI.php40 * @param string $a_postvar Post Variable
42 public function __construct($a_postvar) argument
44 parent::__construct("", $a_postvar);
H A Dclass.ilCustomInputGUI.php47 * @param string $a_postvar Post Variable
49 public function __construct($a_title = "", $a_postvar = "") argument
54 parent::__construct($a_title, $a_postvar);
H A Dclass.ilRegExpInputGUI.php39 * @param string $a_postvar Post Variable
41 public function __construct($a_title = "", $a_postvar = "") argument
46 parent::__construct($a_title, $a_postvar);
/dports/www/ilias6/ILIAS-6.14/Services/Mail/classes/Form/
H A Dclass.ilMailTemplateSelectInputGUI.php24 * @param string $a_postvar
28 public function __construct($a_title = '', $a_postvar = '', $url = '', array $fields = array()) argument
30 parent::__construct($a_title, $a_postvar);
/dports/www/ilias/ILIAS-5.4.25/Services/Mail/classes/Form/
H A Dclass.ilMailTemplateSelectInputGUI.php24 * @param string $a_postvar
28 public function __construct($a_title = '', $a_postvar = '', $url = '', array $fields = array()) argument
30 parent::__construct($a_title, $a_postvar);
/dports/www/ilias/ILIAS-5.4.25/Services/Saml/classes/form/
H A Dclass.ilSamlIdpMetadataInputGUI.php17 * @param string $a_postvar
20 …public function __construct($a_title = '', $a_postvar = '', \ilSamlIdpXmlMetadataParser $idpMetada… argument
22 parent::__construct($a_title, $a_postvar);
/dports/www/ilias6/ILIAS-6.14/Services/Saml/classes/form/
H A Dclass.ilSamlIdpMetadataInputGUI.php15 * @param string $a_postvar
18 …public function __construct($a_title = '', $a_postvar = '', ilSamlIdpXmlMetadataParser $idpMetadat… argument
20 parent::__construct($a_title, $a_postvar);
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/classes/form/
H A Dclass.ilChatroomMessageDeletionThresholdInputGUI.php16 * @param string $a_postvar
19 public function __construct($a_title = "", $a_postvar = "", ilSelectInputGUI $thresholdUnits) argument
21 parent::__construct($a_title, $a_postvar);
/dports/www/ilias6/ILIAS-6.14/Modules/Chatroom/classes/form/
H A Dclass.ilChatroomMessageDeletionThresholdInputGUI.php16 * @param string $a_postvar
19 public function __construct($a_title = "", $a_postvar = "", ilSelectInputGUI $thresholdUnits) argument
21 parent::__construct($a_title, $a_postvar);

1234567