ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
class.ilBiblLibrary.php
Go to the documentation of this file.
1
<?
php
2
8
class
ilBiblLibrary
extends
ActiveRecord
implements
ilBiblLibraryInterface
9
{
10
const
TABLE_NAME
=
'il_bibl_settings'
;
11
12
16
public
static
function
returnDbTableName
()
17
{
18
return
self::TABLE_NAME;
19
}
20
21
25
public
function
getConnectorContainerName
()
26
{
27
return
self::TABLE_NAME;
28
}
29
30
42
protected
$id
;
51
protected
$name
;
60
protected
$url
;
68
protected
$img
;
76
protected
$show_in_list
;
77
78
82
public
function
getId
()
83
{
84
return
$this->id
;
85
}
86
87
91
public
function
setId
(
$id
)
92
{
93
$this->
id
=
$id
;
94
}
95
96
100
public
function
getImg
()
101
{
102
return
$this->img
;
103
}
104
105
109
public
function
setImg
(
$img
)
110
{
111
$this->img =
$img
;
112
}
113
114
118
public
function
getName
()
119
{
120
return
$this->name
;
121
}
122
123
127
public
function
setName
(
$name
)
128
{
129
$this->name =
$name
;
130
}
131
132
136
public
function
getShowInList
()
137
{
138
return
$this->show_in_list
;
139
}
140
141
145
public
function
setShowInList
(
$show_in_list
)
146
{
147
$this->show_in_list =
$show_in_list
;
148
}
149
150
154
public
function
getUrl
()
155
{
156
return
$this->url
;
157
}
158
159
163
public
function
setUrl
(
$url
)
164
{
165
$this->url =
$url
;
166
}
167
}
ilBiblLibrary\returnDbTableName
static returnDbTableName()
Definition:
class.ilBiblLibrary.php:16
ilBiblLibrary\getConnectorContainerName
getConnectorContainerName()
Definition:
class.ilBiblLibrary.php:25
ActiveRecord
Class ActiveRecord.
Definition:
class.ActiveRecord.php:24
ilBiblLibrary
Class ilBiblLibrary.
Definition:
class.ilBiblLibrary.php:8
ilBiblLibrary\getId
getId()
Definition:
class.ilBiblLibrary.php:82
ilBiblLibrary\setUrl
setUrl($url)
Definition:
class.ilBiblLibrary.php:163
ilBiblLibrary\$name
$name
Definition:
class.ilBiblLibrary.php:51
ilBiblLibrary\$url
$url
Definition:
class.ilBiblLibrary.php:60
ilBiblLibrary\setShowInList
setShowInList($show_in_list)
Definition:
class.ilBiblLibrary.php:145
ilBiblLibrary\getUrl
getUrl()
Definition:
class.ilBiblLibrary.php:154
ilBiblLibrary\TABLE_NAME
const TABLE_NAME
Definition:
class.ilBiblLibrary.php:10
ilBiblLibrary\$id
$id
Definition:
class.ilBiblLibrary.php:42
ilBiblLibrary\getShowInList
getShowInList()
Definition:
class.ilBiblLibrary.php:136
ilBiblLibraryInterface
Interface ilBiblLibraryInterface.
Definition:
interface.ilBiblLibraryInterface.php:8
ilBiblLibrary\getName
getName()
Definition:
class.ilBiblLibrary.php:118
ilBiblLibrary\$show_in_list
$show_in_list
Definition:
class.ilBiblLibrary.php:76
ilBiblLibrary\setId
setId($id)
Definition:
class.ilBiblLibrary.php:91
ilBiblLibrary\$img
$img
Definition:
class.ilBiblLibrary.php:68
php
ilBiblLibrary\getImg
getImg()
Definition:
class.ilBiblLibrary.php:100
ilBiblLibrary\setImg
setImg($img)
Definition:
class.ilBiblLibrary.php:109
ilBiblLibrary\setName
setName($name)
Definition:
class.ilBiblLibrary.php:127
Modules
Bibliographic
classes
Admin
Library
class.ilBiblLibrary.php
Generated on Thu Jan 30 2025 19:01:35 for ILIAS by
1.8.13 (using
Doxyfile
)