diff options
author | Dirk Riestere | 2017-03-29 18:14:08 +0200 |
---|---|---|
committer | Dirk Riestere | 2017-03-29 18:14:08 +0200 |
commit | 37d25660bc606e7ee1dbc21ffbe3cac71d3ef57c (patch) | |
tree | 26133afe57bd89e6d50112e556fd6e13bdab85aa /doc | |
parent | added frontend documentation (diff) | |
download | slx-admin-37d25660bc606e7ee1dbc21ffbe3cac71d3ef57c.tar.gz slx-admin-37d25660bc606e7ee1dbc21ffbe3cac71d3ef57c.tar.xz slx-admin-37d25660bc606e7ee1dbc21ffbe3cac71d3ef57c.zip |
Dummy Klasse kommentiert und HisInOne erlaubt zwei Semester abzufragen falls in dem Monat das Semester wechsel
Diffstat (limited to 'doc')
-rw-r--r-- | doc/locationinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/locationinfo b/doc/locationinfo index 9994466a..e8f4ea50 100644 --- a/doc/locationinfo +++ b/doc/locationinfo @@ -96,6 +96,14 @@ For example (the name of the images could be overlay1.jpg, overlay1.svg): -if calendar items don't fit, show less days or if in mode 1 give the calendar more space(calendar width); -it is possible to use different modes if you show more then one room +4.CourseBackend +=============== +fetchSchedule returns an array containing an array as value and the local room ID as key. +The contained array contains arrays that have this form ["start"=>'JJJJ-MM-DD HH:MM:SS',"end"=>'JJJJ-MM-DD HH:MM:SS',"title"=>string]. +getError returns the last errormessage. +checkConection uses a hardcoded room for test purposes. +If you want to write a new Class you can look at the Dummy Class to learn the structure. +You also should write the language files for your options into the lang directory. Panel ===== |