ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilBiblFieldFilterInterface 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 ilBiblFieldFilterInterface:
+ Collaboration diagram for ilBiblFieldFilterInterface:

Public Member Functions

 getId ()
 
 setId (int $id)
 
 getFieldId ()
 
 setFieldId (int $field_id)
 
 getObjectId ()
 
 setObjectId (int $object_id)
 
 getFilterType ()
 
 setFilterType (int $filter_type)
 
 create ()
 
 update ()
 
 delete ()
 

Data Fields

const FILTER_TYPE_MULTI_SELECT_INPUT = 3
 
const FILTER_TYPE_SELECT_INPUT = 2
 
const FILTER_TYPE_TEXT_INPUT = 1
 

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 ilBiblFieldFilterInterface

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

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

Member Function Documentation

◆ create()

ilBiblFieldFilterInterface::create ( )

◆ delete()

ilBiblFieldFilterInterface::delete ( )

◆ getFieldId()

ilBiblFieldFilterInterface::getFieldId ( )

Implemented in ilBiblFieldFilter.

◆ getFilterType()

ilBiblFieldFilterInterface::getFilterType ( )

Implemented in ilBiblFieldFilter.

◆ getId()

ilBiblFieldFilterInterface::getId ( )

Implemented in ilBiblFieldFilter.

◆ getObjectId()

ilBiblFieldFilterInterface::getObjectId ( )

Implemented in ilBiblFieldFilter.

◆ setFieldId()

ilBiblFieldFilterInterface::setFieldId ( int  $field_id)

Implemented in ilBiblFieldFilter.

◆ setFilterType()

ilBiblFieldFilterInterface::setFilterType ( int  $filter_type)

Implemented in ilBiblFieldFilter.

◆ setId()

ilBiblFieldFilterInterface::setId ( int  $id)

Implemented in ilBiblFieldFilter.

◆ setObjectId()

ilBiblFieldFilterInterface::setObjectId ( int  $object_id)

Implemented in ilBiblFieldFilter.

◆ update()

ilBiblFieldFilterInterface::update ( )

Field Documentation

◆ FILTER_TYPE_MULTI_SELECT_INPUT

const ilBiblFieldFilterInterface::FILTER_TYPE_MULTI_SELECT_INPUT = 3

◆ FILTER_TYPE_SELECT_INPUT

const ilBiblFieldFilterInterface::FILTER_TYPE_SELECT_INPUT = 2

◆ FILTER_TYPE_TEXT_INPUT

const ilBiblFieldFilterInterface::FILTER_TYPE_TEXT_INPUT = 1

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