|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilUserDefinedData. More...
Collaboration diagram for ilUserDefinedData:Public Member Functions | |
| ilUserDefinedData ($a_usr_id) | |
| getUserId () | |
| set ($a_field, $a_value) | |
| get ($a_field) | |
| update () | |
| toXML () | |
| addToXML ($xml_writer) | |
| add user defined field data to xml (using usr dtd) | |
| __read () | |
Data Fields | |
| $db = null | |
| $user_data = array() | |
| $usr_id = null | |
Class ilUserDefinedData.
Definition at line 34 of file class.ilUserDefinedData.php.
| ilUserDefinedData::__read | ( | ) |
Definition at line 113 of file class.ilUserDefinedData.php.
References $data, $res, and DB_FETCHMODE_ASSOC.
Referenced by ilUserDefinedData().
Here is the caller graph for this function:| ilUserDefinedData::addToXML | ( | $xml_writer | ) |
add user defined field data to xml (using usr dtd)
| $xml_writer |
Definition at line 97 of file class.ilUserDefinedData.php.
References ilUserDefinedFields\_getInstance().
Referenced by toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUserDefinedData::get | ( | $a_field | ) |
Definition at line 59 of file class.ilUserDefinedData.php.
| ilUserDefinedData::getUserId | ( | ) |
Definition at line 50 of file class.ilUserDefinedData.php.
References $usr_id.
| ilUserDefinedData::ilUserDefinedData | ( | $a_usr_id | ) |
Definition at line 40 of file class.ilUserDefinedData.php.
References __read().
Here is the call graph for this function:| ilUserDefinedData::set | ( | $a_field, | |
| $a_value | |||
| ) |
Definition at line 55 of file class.ilUserDefinedData.php.
Referenced by ilUserImportParser\importEndTag().
Here is the caller graph for this function:| ilUserDefinedData::toXML | ( | ) |
Definition at line 83 of file class.ilUserDefinedData.php.
References addToXML().
Here is the call graph for this function:| ilUserDefinedData::update | ( | ) |
Definition at line 64 of file class.ilUserDefinedData.php.
References ilUserDefinedFields\_getInstance().
Here is the call graph for this function:| ilUserDefinedData::$db = null |
Definition at line 36 of file class.ilUserDefinedData.php.
| ilUserDefinedData::$user_data = array() |
Definition at line 37 of file class.ilUserDefinedData.php.
| ilUserDefinedData::$usr_id = null |
Definition at line 38 of file class.ilUserDefinedData.php.
Referenced by getUserId().