| [ Index ] |
PHP Cross Reference of moodle-2.8 |
| Up one level | ||
| amf/ | ||
| rest/ | ||
| soap/ | ||
| tests/ | ||
| xmlrpc/ | ||
| externallib.php [source] [260 lines] | external API for mobile web services | |
| lib.php [source] [1784 lines] | Web services utility functions and classes | |
| pluginfile.php [source] [54 lines] | A script to serve files from web service client | |
| renderer.php [source] [822 lines] | ||
| upgrade.txt [source] [19 lines] | ||
| upload.php [source] [189 lines] | Accept uploading files by web service token POST params: token => the web service user token (needed for authentication) filepath => the private file aera path (where files will be stored) [_FILES] => for example you can send the files with , or with curl magic: 'file_1' => '@/path/to/file', or ... filearea => 'private' or 'draft' (default = 'private'). These are the only 2 areas we are allowing direct uploads via webservices. The private file area is deprecated - please don't use it. itemid => For draft areas this is the draftid - this can be used to add a list of files to a draft area in separate requests. If it is 0, a new draftid will be generated. For private files, this is ignored. | |
| wsdoc.php [source] [93 lines] | Web services auto-generated documentation |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |