/** * Constructor * * @param */ function __construct($a_lm_type, $a_lang = "-") { $this->lm_type = $a_lm_type; $this->lang = $a_lang == "" ? "-" : $a_lang; parent::__construct(); $this->setCheckboxName("id"); }
/** * Constructor * * @param */ function __construct() { global $lng; parent::__construct(); $this->setCheckboxName("id"); $lng->loadLanguageModule("sahs"); $this->setExpandVariable("scexpand"); }
/** * Constructor */ function __construct() { global $lng; parent::__construct(); $this->setCheckboxName("id"); $lng->loadLanguageModule("skmg"); $this->setExpandVariable("sktexpand"); $this->setTypeWhiteList(array("skrt", "sktp", "sctp")); }
/** * Constructor * * @param */ function __construct($a_lm_type) { $this->lm_type = $a_lm_type; parent::__construct(); $this->setCheckboxName("id"); }