ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 24 of file class.ilXMLResultSetColumn.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

References $index, and $name.

30  {
31  $this->name = $name;
32  $this->index = $index;
33  }

Member Function Documentation

◆ getIndex()

ilXMLResultSetColumn::getIndex ( )

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

References $index.

40  : int
41  {
42  return $this->index;
43  }

◆ getName()

ilXMLResultSetColumn::getName ( )

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

References $name.

Referenced by ilXMLResultSet\getColumnName().

35  : string
36  {
37  return $this->name;
38  }
+ Here is the caller graph for this function:

Field Documentation

◆ $index

int ilXMLResultSetColumn::$index
private

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

Referenced by __construct(), and getIndex().

◆ $name

string ilXMLResultSetColumn::$name
private

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

Referenced by __construct(), and getName().


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