35 $this->db = $DIC->database();
36 $this->
lng = $DIC->language();
38 $this->glo_ref_id = $a_glo_ref_id;
50 foreach ($recs as $record_obj) {
52 $fields[$def->getFieldId()] = array(
53 "id" => $def->getFieldId(),
54 "title" => $def->getTitle(),
55 "type" => $def->getType()
74 "SELECT * FROM glo_advmd_col_order " .
75 " WHERE glo_id = " .
$ilDB->quote($this->glo_id,
"integer") .
79 while ($rec =
$ilDB->fetchAssoc($set)) {
80 $order[$rec[
"field_id"]] = $rec[
"order_nr"];
84 if (!isset($order[0])) {
85 $columns[] = array(
"id" => 0,
86 "text" => $lng->
txt(
"cont_term"));
92 foreach ($order as
$id => $order_nr) {
93 if (isset($fields[
$id])) {
94 $columns[] = array(
"id" => $id,
95 "text" => $fields[$id][
"title"]);
98 $columns[] = array(
"id" => 0,
99 "text" => $lng->
txt(
"cont_term"));
104 foreach ($fields as
$f) {
105 $columns[] = array(
"id" => $f[
"id"],
106 "text" => $f[
"title"]);
120 "DELETE FROM glo_advmd_col_order WHERE " .
121 " glo_id = " .
$ilDB->quote($this->glo_id,
"integer")
126 foreach ($a_cols as
$c) {
128 if (!isset($set[$c[
"id"]])) {
129 $ilDB->manipulate(
"INSERT INTO glo_advmd_col_order " .
130 "(glo_id, field_id, order_nr) VALUES (" .
131 $ilDB->quote($this->glo_id,
"integer") .
"," .
132 $ilDB->quote($c[
"id"],
"integer") .
"," .
133 $ilDB->quote($nr += 10,
"integer") .
135 $set[$c[
"id"]] = $c[
"id"];
150 $ilDB = $DIC->database();
153 "glo_advmd_col_order",
154 array(
"glo_id" => array(
"integer", $a_glo_id),
155 "field_id" => array(
"integer", $a_field_id)),
156 array(
"order_nr" => array(
"integer", $a_order_nr))
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...
static _getSelectedRecordsByObject(string $a_obj_type, int $a_id, string $a_sub_type="", bool $is_ref_id=true)
static getInstancesByRecordId( $a_record_id, $a_only_searchable=false, string $language='')
Get definitions by record id.
static _lookupObjectId(int $ref_id)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins