See Release Notes
Long Term Support Release
Grade item, fieldname mapping.
Copyright: | Ilya Tregubov <ilya.a.tregubov@gmail.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 48 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
fieldname_mapping:: (1 method):
get_field_name_for_itemnumber()
Interface: fieldname_mapping - X-Ref
Grade item, fieldname mapping.get_field_name_for_itemnumber(string $component, int $itemnumber, string $fieldname) X-Ref |
Get the suffixed field name for an activity field mapped from its itemnumber. For legacy reasons, the first itemnumber has no suffix on field names. param: string $component The component that the grade item belongs to param: int $itemnumber The grade itemnumber param: string $fieldname The name of the field to be rewritten return: string The translated field name |