29 $this->db = $DIC->database();
41 $query =
'DELETE FROM adv_md_record_obj_ord ' .
42 'WHERE obj_id = ' . $this->db->quote($obj_id,
'integer');
43 $this->db->manipulate(
$query);
51 public function sortRecords(array $records,
int $obj_id = null)
119 $local_pos_a = isset($this->record_position_map[$a->
getRecordId()]) ?
126 $local_pos_b = isset($this->record_position_map[$b->
getRecordId()]) ?
133 if ($local_pos_a == $local_pos_b) {
136 if ($local_pos_a < $local_pos_b) {
139 if ($local_pos_a > $local_pos_b) {
151 $query =
'SELECT record_id, position FROM adv_md_record_obj_ord ' .
152 'WHERE obj_id = ' . $this->db->quote($obj_id,
'integer');
155 $this->record_position_map = [];
157 $this->record_position_map[$row->record_id] = $row->position;
__construct()
ilAdvancedMDRecordObjectOrderings constructor.
compareRecords(\ilAdvancedMDRecord $a, \ilAdvancedMDRecord $b)
setGlobalPosition(int $position)
Set global position.
readPositionsForObject(int $obj_id)
Read local positions for object.
foreach($_POST as $key=> $value) $res
getRecordId()
Get record id.
sortRecords(array $records, int $obj_id=null)
compareLocalRecords(\ilAdvancedMDRecord $a, \ilAdvancedMDRecord $b)
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples
deleteByObjId(int $obj_id)
Delete entries by obj_id.
static _lookupContainerSetting($a_id, $a_keyword, $a_default_value=null)
Lookup a container setting.