ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
getType () | |
Get object type. More... | |
isExportable ($a_field_name) | |
Check if field is exportable. More... | |
getFieldsInfo () | |
Get informations (exportable) about user data profile fields. More... | |
getExportableFields () | |
Get Exportable Fields. More... | |
getSelectableFieldsInfo ($a_obj_id) | |
Get selectable fields. More... | |
exportableFieldsToInfoString () | |
Get exportable fields as info string. More... | |
sortExportFields () | |
sort Exports fields User for Name Presentation Guideline More... | |
Static Public Member Functions | |
static | _getInstanceByType ($a_type) |
Get Singleton Instance. More... | |
Private Member Functions | |
__construct ($a_type) | |
Private Singleton Constructor. More... | |
read () | |
Read info about exportable fields. More... | |
Private Attributes | |
$settings | |
$db | |
$lng | |
$obj_type = '' | |
$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 51 of file class.ilExportFieldsInfo.php.
References $a_type, $DIC, $ilDB, $ilSetting, $lng, read(), and settings().
|
static |
Get Singleton Instance.
public
Definition at line 74 of file class.ilExportFieldsInfo.php.
References $a_type.
Referenced by ilMemberExportGUI\__construct(), ilMemberAgreementGUI\addExportFieldInfo(), ilRegistrationGUI\fillAgreement(), ilLearningSequenceParticipantsTableGUI\getExportFieldsInfo(), ilMemberExport\getOrderedExportableFields(), ilParticipantTableGUI\getSelectableColumns(), ilSubscriberTableGUI\getSelectableColumns(), ilWaitingListTableGUI\getSelectableColumns(), ilBookingReservationsTableGUI\getSelectableUserColumns(), ilObjCourseGUI\infoScreen(), ilObjGroupGUI\infoScreen(), ilMemberExportSettingsGUI\initForm(), and ilAttendanceList\readOrderedExportableFields().
ilExportFieldsInfo::exportableFieldsToInfoString | ( | ) |
Get exportable fields as info string.
public
Definition at line 205 of file class.ilExportFieldsInfo.php.
References getExportableFields().
ilExportFieldsInfo::getExportableFields | ( | ) |
Get Exportable Fields.
public
Definition at line 120 of file class.ilExportFieldsInfo.php.
Referenced by exportableFieldsToInfoString(), and getSelectableFieldsInfo().
ilExportFieldsInfo::getFieldsInfo | ( | ) |
Get informations (exportable) about user data profile fields.
public
Definition at line 110 of file class.ilExportFieldsInfo.php.
References $possible_fields.
ilExportFieldsInfo::getSelectableFieldsInfo | ( | $a_obj_id | ) |
Get selectable fields.
Definition at line 134 of file class.ilExportFieldsInfo.php.
References $def, $DIC, $GLOBALS, $lng, ilCourseDefinedFieldDefinition\_getFields(), ilUserDefinedFields\_getInstance(), getExportableFields(), getType(), and ilBookingEntry\hasObjectBookingEntries().
ilExportFieldsInfo::getType | ( | ) |
Get object type.
Definition at line 86 of file class.ilExportFieldsInfo.php.
References $obj_type.
Referenced by getSelectableFieldsInfo(), and read().
ilExportFieldsInfo::isExportable | ( | $a_field_name | ) |
Check if field is exportable.
public
string | field name |
Definition at line 99 of file class.ilExportFieldsInfo.php.
|
private |
Read info about exportable fields.
private
Definition at line 220 of file class.ilExportFieldsInfo.php.
References $data, $key, getType(), and settings().
Referenced by __construct().
ilExportFieldsInfo::sortExportFields | ( | ) |
sort Exports fields User for Name Presentation Guideline
Definition at line 277 of file class.ilExportFieldsInfo.php.
References $key.
|
private |
Definition at line 38 of file class.ilExportFieldsInfo.php.
|
staticprivate |
Definition at line 35 of file class.ilExportFieldsInfo.php.
|
private |
Definition at line 39 of file class.ilExportFieldsInfo.php.
Referenced by __construct(), and getSelectableFieldsInfo().
|
private |
Definition at line 41 of file class.ilExportFieldsInfo.php.
Referenced by getType().
|
private |
Definition at line 43 of file class.ilExportFieldsInfo.php.
Referenced by getFieldsInfo().
|
private |
Definition at line 37 of file class.ilExportFieldsInfo.php.