__construct |
( |
|
$module_id, |
|
|
|
$module_type, |
|
|
|
$cms_type |
|
) |
| |
constructor
init class. public
- Parameters
-
string | $module_id | module-id |
string | $module_type | module-type |
string | $cms_type | system-type |
get object id
returns object id public
- Returns
- string object id
get permission-status
returns true, if operation is allowed public
- Parameters
-
string | $operation | operation |
- Returns
- boolean allowed
read data
get module data from database. public
setAllowedOperations |
( |
|
$operation_array | ) |
|
set allowed operations
sets allowed operations public
- Parameters
-
array | $operation_array | operation-ids |
setConnection |
( |
|
$seminar_id | ) |
|
set connection
sets connection with seminar public
- Parameters
-
string | $seminar_id | seminar-id |
- Returns
- boolean successful
setObjectId |
( |
|
$module_object_id | ) |
|
set object id
sets object id public
- Parameters
-
string | $module_object_id | object id |
setPermissions |
( |
|
$access_info, |
|
|
|
$operations |
|
) |
| |
set permissions
sets permissions for content-module public
- Parameters
-
string | $acces_info | access-status |
array | $operations | array of operations |
- Returns
- boolean successful
unsetConnection |
( |
|
$seminar_id | ) |
|
unset connection
unsets connection with seminar public
- Parameters
-
string | $seminar_id | seminar-id |
- Returns
- boolean successful
The documentation for this class was generated from the following file: