| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 147 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ToolSettings:: (3 methods):
__construct()
get()
set()
Class: ToolSettings - X-Ref
Class to implement the Tool Settings service| __construct($source, $endpoint, $simple = true) X-Ref |
| Class constructor. param: object $source The object to which the settings apply (ResourceLink, Context or ToolConsumer) param: string $endpoint Service endpoint param: boolean $simple True if the simple media type is to be used (optional, default is true) |
| get($mode = self::MODE_CURRENT_LEVEL) X-Ref |
| Get the tool settings. param: int $mode Mode for request (optional, default is current level only) return: mixed The array of settings if successful, otherwise false |
| set($settings) X-Ref |
| Set the tool settings. param: array $settings An associative array of settings (optional, default is null) return: HTTPMessage HTTP object containing request and response details |
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |