| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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 | 
Column Class for XMLResultSet.
Definition at line 30 of file class.ilXMLResultSetColumn.php.
| ilXMLResultSetColumn::__construct | ( | int | $index, | 
| string | $name | ||
| ) | 
Definition at line 35 of file class.ilXMLResultSetColumn.php.
| ilXMLResultSetColumn::getIndex | ( | ) | 
| ilXMLResultSetColumn::getName | ( | ) | 
Definition at line 41 of file class.ilXMLResultSetColumn.php.
References $name.
Referenced by ilXMLResultSet\getColumnName().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 33 of file class.ilXMLResultSetColumn.php.
Referenced by __construct(), and getIndex().
      
  | 
  private | 
Definition at line 32 of file class.ilXMLResultSetColumn.php.
Referenced by __construct(), and getName().