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

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

+ Collaboration diagram for ilContainerFilterField:

Public Member Functions

 __construct (int $record_set_id, int $field_id)
 
 getFieldId ()
 
 getRecordSetId ()
 

Data Fields

const STD_FIELD_TITLE = 1
 
const STD_FIELD_DESCRIPTION = 2
 
const STD_FIELD_TITLE_DESCRIPTION = 3
 
const STD_FIELD_KEYWORD = 4
 
const STD_FIELD_AUTHOR = 5
 
const STD_FIELD_COPYRIGHT = 6
 
const STD_FIELD_TUTORIAL_SUPPORT = 7
 
const STD_FIELD_OBJECT_TYPE = 8
 
const STD_FIELD_ONLINE = 9
 

Protected Attributes

int $record_set_id = 0
 
int $field_id = 0
 

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

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 22 of file class.ilContainerFilterField.php.

Constructor & Destructor Documentation

◆ __construct()

ilContainerFilterField::__construct ( int  $record_set_id,
int  $field_id 
)

Definition at line 37 of file class.ilContainerFilterField.php.

References $field_id, and $record_set_id.

38  {
39  $this->record_set_id = $record_set_id;
40  $this->field_id = $field_id;
41  }

Member Function Documentation

◆ getFieldId()

ilContainerFilterField::getFieldId ( )

Definition at line 43 of file class.ilContainerFilterField.php.

References $field_id.

Referenced by ilContainerFilterSet\__construct(), and ilContainerFilterTableGUI\getItems().

43  : int
44  {
45  return $this->field_id;
46  }
+ Here is the caller graph for this function:

◆ getRecordSetId()

ilContainerFilterField::getRecordSetId ( )

Definition at line 48 of file class.ilContainerFilterField.php.

References $record_set_id.

Referenced by ilContainerFilterSet\__construct(), and ilContainerFilterTableGUI\getItems().

48  : int
49  {
50  return $this->record_set_id;
51  }
+ Here is the caller graph for this function:

Field Documentation

◆ $field_id

int ilContainerFilterField::$field_id = 0
protected

Definition at line 35 of file class.ilContainerFilterField.php.

Referenced by __construct(), and getFieldId().

◆ $record_set_id

int ilContainerFilterField::$record_set_id = 0
protected

Definition at line 34 of file class.ilContainerFilterField.php.

Referenced by __construct(), and getRecordSetId().

◆ STD_FIELD_AUTHOR

const ilContainerFilterField::STD_FIELD_AUTHOR = 5

◆ STD_FIELD_COPYRIGHT

const ilContainerFilterField::STD_FIELD_COPYRIGHT = 6

◆ STD_FIELD_DESCRIPTION

const ilContainerFilterField::STD_FIELD_DESCRIPTION = 2

◆ STD_FIELD_KEYWORD

const ilContainerFilterField::STD_FIELD_KEYWORD = 4

◆ STD_FIELD_OBJECT_TYPE

◆ STD_FIELD_ONLINE

const ilContainerFilterField::STD_FIELD_ONLINE = 9

◆ STD_FIELD_TITLE

const ilContainerFilterField::STD_FIELD_TITLE = 1

◆ STD_FIELD_TITLE_DESCRIPTION

const ilContainerFilterField::STD_FIELD_TITLE_DESCRIPTION = 3

◆ STD_FIELD_TUTORIAL_SUPPORT

const ilContainerFilterField::STD_FIELD_TUTORIAL_SUPPORT = 7

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