ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilXMLResultSetColumn Class Reference

Column Class for XMLResultSet. More...

+ Collaboration diagram for ilXMLResultSetColumn:

Public Member Functions

 __construct (int $index, string $name)
 
 getName ()
 
 getIndex ()
 

Private Attributes

string $name
 
int $index
 

Detailed Description

Column Class for XMLResultSet.

Author
Roland Kuestermann (rku@a.nosp@m.ifb..nosp@m.uni-k.nosp@m.arls.nosp@m.ruhe..nosp@m.de)

Definition at line 28 of file class.ilXMLResultSetColumn.php.

Constructor & Destructor Documentation

◆ __construct()

ilXMLResultSetColumn::__construct ( int  $index,
string  $name 
)

Definition at line 33 of file class.ilXMLResultSetColumn.php.

References $index, and $name.

34  {
35  $this->name = $name;
36  $this->index = $index;
37  }

Member Function Documentation

◆ getIndex()

ilXMLResultSetColumn::getIndex ( )

Definition at line 44 of file class.ilXMLResultSetColumn.php.

References $index.

44  : int
45  {
46  return $this->index;
47  }

◆ getName()

ilXMLResultSetColumn::getName ( )

Definition at line 39 of file class.ilXMLResultSetColumn.php.

References $name.

Referenced by ilXMLResultSet\getColumnName().

39  : string
40  {
41  return $this->name;
42  }
+ Here is the caller graph for this function:

Field Documentation

◆ $index

int ilXMLResultSetColumn::$index
private

Definition at line 31 of file class.ilXMLResultSetColumn.php.

Referenced by __construct(), and getIndex().

◆ $name

string ilXMLResultSetColumn::$name
private

Definition at line 30 of file class.ilXMLResultSetColumn.php.

Referenced by __construct(), and getName().


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