|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for ilExportFieldsInfo:Public Member Functions | |
| isExportable ($a_field_name) | |
| Check if field is exportable. | |
| getFieldsInfo () | |
| Get informations (exportable) about user data profile fields. | |
| getExportableFields () | |
| Get Exportable Fields. | |
| exportableFieldsToInfoString () | |
| Get exportable fields as info string. | |
Static Public Member Functions | |
| static | _getInstance () |
| Get Singleton Instance. | |
Private Member Functions | |
| __construct () | |
| Private Singleton Constructor. | |
| read () | |
| Read info about exportable fields. | |
Private Attributes | |
| $settings | |
| $db | |
| $lng | |
| $possible_fields = array() | |
Static Private Attributes | |
| static | $instance = null |
Definition at line 33 of file class.ilExportFieldsInfo.php.
|
private |
Private Singleton Constructor.
Use getInstance
private
Definition at line 49 of file class.ilExportFieldsInfo.php.
References $ilDB, $ilSetting, $lng, and read().
Here is the call graph for this function:
|
static |
Get Singleton Instance.
public
Definition at line 66 of file class.ilExportFieldsInfo.php.
References $instance.
Referenced by ilMemberExportGUI\__construct(), ilCourseRegistrationGUI\fillAgreement(), ilExportUserSettings\getOrderedExportableFields(), ilObjCourseGUI\infoScreen(), and ilCourseAgreementGUI\showAgreement().
Here is the caller graph for this function:| ilExportFieldsInfo::exportableFieldsToInfoString | ( | ) |
Get exportable fields as info string.
public
Definition at line 122 of file class.ilExportFieldsInfo.php.
References getExportableFields().
Here is the call graph for this function:| ilExportFieldsInfo::getExportableFields | ( | ) |
Get Exportable Fields.
public
Definition at line 104 of file class.ilExportFieldsInfo.php.
Referenced by exportableFieldsToInfoString().
Here is the caller graph for this function:| ilExportFieldsInfo::getFieldsInfo | ( | ) |
Get informations (exportable) about user data profile fields.
public
Definition at line 94 of file class.ilExportFieldsInfo.php.
References $possible_fields.
| ilExportFieldsInfo::isExportable | ( | $a_field_name | ) |
Check if field is exportable.
public
| string | field name |
Definition at line 83 of file class.ilExportFieldsInfo.php.
|
private |
Read info about exportable fields.
private
Definition at line 138 of file class.ilExportFieldsInfo.php.
References $key.
Referenced by __construct().
Here is the caller graph for this function:
|
private |
Definition at line 38 of file class.ilExportFieldsInfo.php.
|
staticprivate |
Definition at line 35 of file class.ilExportFieldsInfo.php.
Referenced by _getInstance().
|
private |
Definition at line 39 of file class.ilExportFieldsInfo.php.
Referenced by __construct().
|
private |
Definition at line 41 of file class.ilExportFieldsInfo.php.
Referenced by getFieldsInfo().
|
private |
Definition at line 37 of file class.ilExportFieldsInfo.php.