ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
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
ilTextInputGUI
This class represents a text property in a property form.
Definition:
class.ilTextInputGUI.php:16
ilADTSearchBridge\$title
$title
Definition:
class.ilADTSearchBridge.php:19
ilADTInternalLinkSearchBridgeSingle\isValidADTDefinition
isValidADTDefinition(\ilADTDefinition $a_adt_def)
Is valid type.
Definition:
class.ilADTInternalLinkSearchBridgeSingle.php:24
php
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 Thu Jan 30 2025 19:01:51 for ILIAS by
1.8.13 (using
Doxyfile
)