ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
class.ilADTInternalLinkSearchBridgeSingle.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11
class
ilADTInternalLinkSearchBridgeSingle
extends
ilADTSearchBridgeSingle
12
{
13
const
SQL_STRICT
= 1;
14
const
SQL_LIKE
= 2;
15
const
SQL_LIKE_END
= 3;
16
const
SQL_LIKE_START
= 4;
17
18
private
$title_query
=
''
;
19
25
protected
function
isValidADTDefinition
(\
ilADTDefinition
$a_adt_def)
26
{
27
return
$a_adt_def instanceof
ilADTInternalLinkDefinition
;
28
}
29
30
31
/*
32
* Add search property to form
33
*/
34
public
function
addToForm
()
35
{
36
$title
=
new
ilTextInputGUI
($this->
getTitle
(), $this->
getElementId
());
37
$title
->setSize(255);
38
$this->
addToParentElement
(
$title
);
39
}
40
41
public
function
setTitleQuery
(
string
$query
) : void
42
{
43
$this->title_query =
$query
;
44
}
45
46
public
function
getTitleQuery
() : string
47
{
48
return
$this->title_query
;
49
}
50
57
70
99
122
136
147
ilADTInternalLinkDefinition
Definition:
class.ilADTInternalLinkDefinition.php:3
ilADTInternalLinkSearchBridgeSingle\$title_query
$title_query
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:18
ilADTInternalLinkSearchBridgeSingle\addToForm
addToForm()
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:34
ilADTInternalLinkSearchBridgeSingle\SQL_LIKE_END
const SQL_LIKE_END
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:15
ilADTInternalLinkSearchBridgeSingle\SQL_STRICT
const SQL_STRICT
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:13
ilADTInternalLinkSearchBridgeSingle
external link search bridge
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:11
ilADTInternalLinkSearchBridgeSingle\SQL_LIKE
const SQL_LIKE
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:14
ilADTSearchBridge\getTitle
getTitle()
Get title.
Definition:
class.ilADTSearchBridge.php:119
ilADTSearchBridgeSingle
Definition:
class.ilADTSearchBridgeSingle.php:5
ilADTSearchBridge\$title
$title
Definition:
class.ilADTSearchBridge.php:21
ilADTInternalLinkSearchBridgeSingle\setTitleQuery
setTitleQuery(string $query)
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:41
$query
$query
Definition:
proxy_ylocal.php:13
ilADTInternalLinkSearchBridgeSingle\isValidADTDefinition
isValidADTDefinition(\ilADTDefinition $a_adt_def)
Is valid type.
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:25
ilTextInputGUI
ilADTInternalLinkSearchBridgeSingle\getTitleQuery
getTitleQuery()
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:46
ilADTInternalLinkSearchBridgeSingle\SQL_LIKE_START
const SQL_LIKE_START
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:16
ilADTDefinition
ADT definition base class.
Definition:
class.ilADTDefinition.php:11
ilADTSearchBridge\getElementId
getElementId()
Get element id.
Definition:
class.ilADTSearchBridge.php:99
ilADTSearchBridge\addToParentElement
addToParentElement(ilFormPropertyGUI $a_field)
Add form field to parent element.
Definition:
class.ilADTSearchBridge.php:203
Services
ADT
classes
Types
InternalLink
class.ilADTInternalLinkSearchBridgeSingle.php
Generated on Mon Sep 1 2025 21:01:15 for ILIAS by
1.8.13 (using
Doxyfile
)