|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilECSWikiSettings. More...
Inheritance diagram for ilECSWikiSettings:
Collaboration diagram for ilECSWikiSettings:Protected Member Functions | |
| getECSObjectType () | |
| Get ECS resource identifier, e.g. More... | |
| buildJson (ilECSSetting $a_server) | |
| Build resource-specific json. More... | |
Protected Member Functions inherited from ilECSObjectSettings | |
| getECSObjectType () | |
| Get ECS resource identifier, e.g. More... | |
| isActive () | |
| Is ECS (for current object) active? More... | |
| handleSettingsForServer (ilECSSetting $a_server, $a_export, $a_mids) | |
| Save ECS settings (add- update- deleteResource) More... | |
| doAdd (ilECSSetting $a_server, ilECSExport $a_export_settings, array $a_mids) | |
| Add resource to ECS. More... | |
| doUpdate (ilECSSetting $a_server, ilECSExport $a_export_settings, array $a_mids=null) | |
| Update ECS resource. More... | |
| getParticipants ($a_server_id, $a_econtent_id) | |
| Get participants for server and ecs resource. More... | |
| sendNewContentNotification (ilECSSetting $a_server, $a_econtent_id) | |
| send notifications about new EContent More... | |
| handlePermissionUpdate (ilECSSetting $server) | |
| Handle permission update. More... | |
| getJsonCore ($a_etype) | |
| Build core json structure. More... | |
| addMetadataToJson (&$a_json, ilECSSetting $a_server, array $a_definition) | |
| Add advanced metadata to json (export) More... | |
| buildJson (ilECSSetting $a_server) | |
| Build resource-specific json. More... | |
Additional Inherited Members | |
Public Member Functions inherited from ilECSObjectSettings | |
| __construct (ilObject $a_content_object) | |
| Constructor. More... | |
| getContentObject () | |
| Get content object. More... | |
| addSettingsToForm (ilPropertyFormGUI $a_form, $a_type) | |
| Fill ECS export settings "multiple servers". More... | |
| handleSettingsUpdate () | |
| Update ECS Export Settings. More... | |
| handleContentUpdate () | |
| Update ECS Content. More... | |
| doDelete (ilECSSetting $a_server, ilECSExport $a_export_settings) | |
| Delete ECS resource. More... | |
Static Public Member Functions inherited from ilECSObjectSettings | |
| static | getInstanceByObject (ilObject $a_content_obj) |
| Get settings handler for repository object. More... | |
| static | _handleDelete (array $a_subbtree_nodes) |
Data Fields inherited from ilECSObjectSettings | |
| const | MAIL_SENDER = 6 |
Protected Attributes inherited from ilECSObjectSettings | |
| $content_obj | |
Class ilECSWikiSettings.
/
Definition at line 15 of file class.ilECSWikiSettings.php.
|
protected |
Build resource-specific json.
| ilECSSetting | $a_server |
Reimplemented from ilECSObjectSettings.
Definition at line 22 of file class.ilECSWikiSettings.php.
References ilECSObjectSettings\getJsonCore().
Here is the call graph for this function:
|
protected |
Get ECS resource identifier, e.g.
"/campusconnect/courselinks"
Reimplemented from ilECSObjectSettings.
Definition at line 17 of file class.ilECSWikiSettings.php.