ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 30 of file class.ilXMLResultSetColumn.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

References $index, and $name.

36  {
37  $this->name = $name;
38  $this->index = $index;
39  }

Member Function Documentation

◆ getIndex()

ilXMLResultSetColumn::getIndex ( )

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

References $index.

46  : int
47  {
48  return $this->index;
49  }

◆ getName()

ilXMLResultSetColumn::getName ( )

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

References $name.

Referenced by ilXMLResultSet\getColumnName().

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

Field Documentation

◆ $index

int ilXMLResultSetColumn::$index
private

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

Referenced by __construct(), and getIndex().

◆ $name

string ilXMLResultSetColumn::$name
private

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

Referenced by __construct(), and getName().


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