ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
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
interface.ilBiblTableQueryInfoInterface.php
Go to the documentation of this file.
1
<?php
2
8
interface
ilBiblTableQueryInfoInterface
9
{
10
const
SORTING_ASC
=
"ASC"
;
11
const
SORTING_DESC
=
"DESC"
;
12
13
17
public
function
getSortingColumn
();
18
19
23
public
function
setSortingColumn
($sorting_column);
24
25
29
public
function
getSortingDirection
();
30
31
35
public
function
setSortingDirection
($sorting_direction);
36
37
41
public
function
getOffset
();
42
43
47
public
function
setOffset
($offset);
48
49
53
public
function
getLimit
();
54
55
59
public
function
setLimit
($limit);
60
61
67
public
function
addFilter
(
ilBiblTableQueryFilterInterface
$filter);
68
69
73
public
function
getFilters
();
74
}
ilBiblTableQueryInfoInterface\getLimit
getLimit()
ilBiblTableQueryInfoInterface\setOffset
setOffset($offset)
ilBiblTableQueryInfoInterface\setSortingDirection
setSortingDirection($sorting_direction)
ilBiblTableQueryInfoInterface\SORTING_DESC
const SORTING_DESC
Definition:
interface.ilBiblTableQueryInfoInterface.php:11
ilBiblTableQueryInfoInterface\setSortingColumn
setSortingColumn($sorting_column)
ilBiblTableQueryInfoInterface\setLimit
setLimit($limit)
ilBiblTableQueryInfoInterface\getFilters
getFilters()
ilBiblTableQueryFilterInterface
Created by PhpStorm.
Definition:
interface.ilBiblTableQueryFilterInterface.php:14
ilBiblTableQueryInfoInterface\SORTING_ASC
const SORTING_ASC
Definition:
interface.ilBiblTableQueryInfoInterface.php:10
ilBiblTableQueryInfoInterface\getSortingColumn
getSortingColumn()
ilBiblTableQueryInfoInterface\addFilter
addFilter(ilBiblTableQueryFilterInterface $filter)
ilBiblTableQueryInfoInterface
Interface ilBiblTableQueryInfoInterface.
Definition:
interface.ilBiblTableQueryInfoInterface.php:8
ilBiblTableQueryInfoInterface\getSortingDirection
getSortingDirection()
ilBiblTableQueryInfoInterface\getOffset
getOffset()
Modules
Bibliographic
interfaces
TableQuery
interface.ilBiblTableQueryInfoInterface.php
Generated on Mon Apr 7 2025 21:00:55 for ILIAS by
1.8.13 (using
Doxyfile
)