ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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
24
protected
function
isValidADTDefinition
(\
ilADTDefinition
$a_adt_def)
25
{
26
return
$a_adt_def instanceof
ilADTInternalLinkDefinition
;
27
}
28
29
30
/*
31
* Add search property to form
32
*/
33
public
function
addToForm
()
34
{
35
$title
=
new
ilTextInputGUI
($this->
getTitle
(), $this->
getElementId
());
36
$title
->setSize(255);
37
$this->
addToParentElement
(
$title
);
38
}
39
40
47
59
77
100
112
123
ilADTInternalLinkDefinition
Definition:
class.ilADTInternalLinkDefinition.php:3
ilADTInternalLinkSearchBridgeSingle\addToForm
addToForm()
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:33
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:117
ilADTSearchBridgeSingle
Definition:
class.ilADTSearchBridgeSingle.php:5
ilADTSearchBridge\$title
$title
Definition:
class.ilADTSearchBridge.php:19
ilADTInternalLinkSearchBridgeSingle\isValidADTDefinition
isValidADTDefinition(\ilADTDefinition $a_adt_def)
Is valid type.
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:24
ilTextInputGUI
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:97
ilADTSearchBridge\addToParentElement
addToParentElement(ilFormPropertyGUI $a_field)
Add form field to parent element.
Definition:
class.ilADTSearchBridge.php:195
Services
ADT
classes
Types
InternalLink
class.ilADTInternalLinkSearchBridgeSingle.php
Generated on Sat Apr 5 2025 20:01:15 for ILIAS by
1.8.13 (using
Doxyfile
)