19 declare(strict_types=1);
25 protected \ilDBInterface
$db;
35 $set = $this->db->query(
36 "SELECT tax_id FROM tax_usage " .
37 " WHERE obj_id = " . $this->db->quote($obj_id,
"integer")
40 while ($rec = $this->db->fetchAssoc($set)) {
41 if (!$include_titles) {
42 $tax[] = (
int) $rec[
"tax_id"];
44 $tax[] = array(
"tax_id" => (
int) $rec[
"tax_id"],
49 if ($include_titles) {
__construct(\ilDBInterface $db)
getUsageOfObject(int $obj_id, bool $include_titles=false)
static _lookupTitle(int $obj_id)
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)