ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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

References $index, and $name.

Member Function Documentation

◆ getIndex()

ilXMLResultSetColumn::getIndex ( )

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

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

References $index.

◆ getName()

ilXMLResultSetColumn::getName ( )

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

35 : string
36 {
37 return $this->name;
38 }

References $name.

Referenced by ilXMLResultSet\getColumnName().

+ 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: