3 declare(strict_types=1);
30 return self::TYPE_INTERNAL_LINK;
42 if ($element->getTargetRefId() && strlen(
$type)) {
43 return 'il_' .
IL_INST_ID .
'_' .
$type .
'_' . $element->getTargetRefId();
53 (strcmp((
string) $parsed_import_id[
'inst_id'],
IL_INST_ID) == 0) &&
56 $this->
getADT()->setTargetRefId($parsed_import_id[
'id']);
63 array $a_object_types,
76 if (!is_null($objects) && count($objects)) {
88 $query =
'select ref_id from object_reference obr join object_data obd on obr.obj_id = obd.obj_id ' .
89 'where ' . $this->db->like(
'title',
'text', $a_value .
'%');
93 $ref_ids[] = (
int) $row->ref_id;
95 if (count($ref_ids)) {
96 return '(' . implode(
' ', $ref_ids) .
') ';
parseSearchObjects(array $a_records, array $a_object_types)
Add object-data needed for global search to AMD search results.
searchObjects(ilADTSearchBridge $a_adt_search, ilQueryParser $a_parser, array $a_object_types, string $a_locate, string $a_search_type)
importValueFromXML(string $a_cdata)
getLuceneSearchString($a_value)
AMD field abstract base class.
getValueForXML(ilADT $element)
static _exists(int $id, bool $reference=false, ?string $type=null)
checks if an object exists in object_data
getSQLCondition(string $a_element_id, int $mode=self::SQL_LIKE, array $quotedWords=[])
Get SQL condition for current value(s)
static parseImportId(string $a_import_id)
Parse an ilias import id Typically of type il_[IL_INST_ID]_[OBJ_TYPE]_[OBJ_ID] returns array( 'orig' ...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupType(int $id, bool $reference=false)
ADT definition base class.
getFieldId()
Get field_id.
static find(string $a_table, string $a_type, int $a_field_id, string $a_condition, ?string $a_additional_fields=null)
Find entries.