|
Stud.IP
trunk Revision
|


Public Member Functions | |
| __construct ($module_id="", $module_type, $cms_type) | |
| readData () | |
| isAllowed ($operation) | |
| setConnection ($seminar_id) | |
Public Member Functions inherited from ContentModule | |
| __construct ($module_id="", $module_type, $cms_type) | |
| setId ($module_id) | |
| getId () | |
| setCMSType ($module_cms_type) | |
| getCMSType () | |
| getCMSName () | |
| setModuleType ($module_type) | |
| getModuleType () | |
| getModuleTypeName () | |
| setTitle ($module_title) | |
| getTitle () | |
| setDescription ($module_description) | |
| getDescription () | |
| setAuthors ($module_authors) | |
| getAuthors () | |
| setConnection ($seminar_id) | |
| unsetConnection ($seminar_id) | |
| setConnectionType ($is_connected) | |
| isConnected () | |
| getReferenceString () | |
| getIcon () | |
| isDummy () | |
| createDummyForErrormessage ($error="unknown") | |
| isAllowed ($operation) | |
Data Fields | |
| $lcRequest | |
| $cmsUrl | |
Data Fields inherited from ContentModule | |
| $id | |
| $title | |
| $module_type | |
| $module_type_name | |
| $icon_file | |
| $cms_type | |
| $cms_name | |
| $description | |
| $authors | |
| $is_connected | |
| $is_dummy | |
| $allowed_operations | |
| $db_class | |
| $view | |
| __construct | ( | $module_id = "", |
|
| $module_type, | |||
| $cms_type | |||
| ) |
LonCapaContentModule constructor.
| string | $module_id | |
| string | $module_type | |
| string | $cms_type |
Reimplemented from ContentModule.
| isAllowed | ( | $operation | ) |
get permission-status
| string | $operation | operation |
Reimplemented from ContentModule.
| readData | ( | ) |
fetch data from LonCapa
| setConnection | ( | $seminar_id | ) |
store connection between Stud.IP course and LonCapa course
| string | $seminar_id |
Reimplemented from ContentModule.

| $cmsUrl |
| $lcRequest |