ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilBiblTableQueryInfoInterface Interface Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

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

Public Member Functions

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

Data Fields

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

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilBiblTableQueryInfoInterface

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

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

Member Function Documentation

◆ addFilter()

ilBiblTableQueryInfoInterface::addFilter ( ilBiblTableQueryFilterInterface  $filter)

Implemented in ilBiblTableQueryInfo.

◆ getFilters()

ilBiblTableQueryInfoInterface::getFilters ( )
Returns
[]

Implemented in ilBiblTableQueryInfo.

◆ getLimit()

ilBiblTableQueryInfoInterface::getLimit ( )

Implemented in ilBiblTableQueryInfo.

Referenced by ilBiblFieldFilterFactory\filterItemsForTable().

+ Here is the caller graph for this function:

◆ getOffset()

ilBiblTableQueryInfoInterface::getOffset ( )

Implemented in ilBiblTableQueryInfo.

Referenced by ilBiblFieldFilterFactory\filterItemsForTable().

+ Here is the caller graph for this function:

◆ getSortingColumn()

ilBiblTableQueryInfoInterface::getSortingColumn ( )

Implemented in ilBiblTableQueryInfo.

Referenced by ilBiblFieldFilterFactory\filterItemsForTable().

+ Here is the caller graph for this function:

◆ getSortingDirection()

ilBiblTableQueryInfoInterface::getSortingDirection ( )

Implemented in ilBiblTableQueryInfo.

Referenced by ilBiblFieldFilterFactory\filterItemsForTable().

+ Here is the caller graph for this function:

◆ setLimit()

ilBiblTableQueryInfoInterface::setLimit ( int  $limit)

Implemented in ilBiblTableQueryInfo.

◆ setOffset()

ilBiblTableQueryInfoInterface::setOffset ( int  $offset)

Implemented in ilBiblTableQueryInfo.

◆ setSortingColumn()

ilBiblTableQueryInfoInterface::setSortingColumn ( string  $sorting_column)

Implemented in ilBiblTableQueryInfo.

◆ setSortingDirection()

ilBiblTableQueryInfoInterface::setSortingDirection ( string  $sorting_direction)

Implemented in ilBiblTableQueryInfo.

Field Documentation

◆ SORTING_ASC

const ilBiblTableQueryInfoInterface::SORTING_ASC = "ASC"

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

◆ SORTING_DESC

const ilBiblTableQueryInfoInterface::SORTING_DESC = "DESC"

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


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