ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilBiblTableQueryInfoInterface Interface Reference

Interface ilBiblTableQueryInfoInterface. More...

+ Inheritance diagram for ilBiblTableQueryInfoInterface:
+ Collaboration diagram for ilBiblTableQueryInfoInterface:

Public Member Functions

 getSortingColumn ()
 
 setSortingColumn ($sorting_column)
 
 getSortingDirection ()
 
 setSortingDirection ($sorting_direction)
 
 getOffset ()
 
 setOffset ($offset)
 
 getLimit ()
 
 setLimit ($limit)
 
 addFilter (ilBiblTableQueryFilterInterface $filter)
 
 getFilters ()
 

Data Fields

const SORTING_ASC = "ASC"
 
const SORTING_DESC = "DESC"
 

Detailed Description

Member Function Documentation

◆ addFilter()

ilBiblTableQueryInfoInterface::addFilter ( ilBiblTableQueryFilterInterface  $filter)
Parameters
\ilBiblTableQueryFilterInterface$filter
Returns
void

Implemented in ilBiblTableQueryInfo.

◆ getFilters()

ilBiblTableQueryInfoInterface::getFilters ( )
Returns
[]

Implemented in ilBiblTableQueryInfo.

◆ getLimit()

ilBiblTableQueryInfoInterface::getLimit ( )
Returns
int

Implemented in ilBiblTableQueryInfo.

Referenced by ilBiblFieldFilterFactory\filterItemsForTable().

+ Here is the caller graph for this function:

◆ getOffset()

ilBiblTableQueryInfoInterface::getOffset ( )
Returns
int

Implemented in ilBiblTableQueryInfo.

Referenced by ilBiblFieldFilterFactory\filterItemsForTable().

+ Here is the caller graph for this function:

◆ getSortingColumn()

ilBiblTableQueryInfoInterface::getSortingColumn ( )
Returns
string

Implemented in ilBiblTableQueryInfo.

Referenced by ilBiblFieldFilterFactory\filterItemsForTable().

+ Here is the caller graph for this function:

◆ getSortingDirection()

ilBiblTableQueryInfoInterface::getSortingDirection ( )
Returns
string

Implemented in ilBiblTableQueryInfo.

Referenced by ilBiblFieldFilterFactory\filterItemsForTable().

+ Here is the caller graph for this function:

◆ setLimit()

ilBiblTableQueryInfoInterface::setLimit (   $limit)
Parameters
int$limit

Implemented in ilBiblTableQueryInfo.

◆ setOffset()

ilBiblTableQueryInfoInterface::setOffset (   $offset)
Parameters
int$offset

Implemented in ilBiblTableQueryInfo.

◆ setSortingColumn()

ilBiblTableQueryInfoInterface::setSortingColumn (   $sorting_column)
Parameters
string$sorting_column

Implemented in ilBiblTableQueryInfo.

◆ setSortingDirection()

ilBiblTableQueryInfoInterface::setSortingDirection (   $sorting_direction)
Parameters
string$sorting_direction

Implemented in ilBiblTableQueryInfo.

Field Documentation

◆ SORTING_ASC

const ilBiblTableQueryInfoInterface::SORTING_ASC = "ASC"

Definition at line 10 of file interface.ilBiblTableQueryInfoInterface.php.

◆ SORTING_DESC

const ilBiblTableQueryInfoInterface::SORTING_DESC = "DESC"

Definition at line 11 of file interface.ilBiblTableQueryInfoInterface.php.


The documentation for this interface was generated from the following file: