Stud.IP
5.4
|
Public Member Functions | |
__construct ($module_id, $module_type, $cms_type) | |
readData () | |
isAllowed ($operation) | |
setConnection ($seminar_id) | |
![]() | |
readData () | |
__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 | |
![]() | |
$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 |
isAllowed | ( | $operation | ) |
get permission-status
string | $operation | operation |
readData | ( | ) |
fetch data from LonCapa
setConnection | ( | $seminar_id | ) |
store connection between Stud.IP course and LonCapa course
string | $seminar_id |
$cmsUrl |
$lcRequest |