| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Collaboration diagram for ilXMLResultSetRow:
 Collaboration diagram for ilXMLResultSetRow:| Public Member Functions | |
| setValue ($index, $value) | |
| set column value | |
| getColumns () | |
| get column array | |
| setValues ($values) | |
| add values from array | |
| getValue ($idx) | |
| return value for column with specified index | |
| Private Attributes | |
| $columns = array() | |
Definition at line 36 of file class.ilXMLResultSetRow.php.
| ilXMLResultSetRow::getColumns | ( | ) | 
get column array
Definition at line 56 of file class.ilXMLResultSetRow.php.
References $columns.
| ilXMLResultSetRow::getValue | ( | $idx | ) | 
return value for column with specified index
| int | $idx | 
Definition at line 80 of file class.ilXMLResultSetRow.php.
| ilXMLResultSetRow::setValue | ( | $index, | |
| $value | |||
| ) | 
set column value
| mixed | $index | |
| String | $value | 
Definition at line 45 of file class.ilXMLResultSetRow.php.
Referenced by setValues().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilXMLResultSetRow::setValues | ( | $values | ) | 
add values from array
| array | $values | 
Definition at line 66 of file class.ilXMLResultSetRow.php.
References setValue().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 37 of file class.ilXMLResultSetRow.php.
Referenced by getColumns().