|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | mod |
Local Library of functions for module scorm. | |
Variables | |
| $rawbody = file_get_contents("php://input") | |
| foreach(getallheaders() as $name=> $value) if(empty($consumerkey)) | $sharedsecret = lti_verify_message($consumerkey, lti_get_shared_secrets_by_key($consumerkey), $rawbody) |
| if($sharedsecret===false) | $xml = new SimpleXMLElement($rawbody) |
| $body = $xml->imsx_POXBody | |
| $body = $xml->imsx_POXBody |
Definition at line 58 of file service.php.
| $rawbody = file_get_contents("php://input") |
Definition at line 34 of file service.php.
| foreach (getallheaders() as $name=> $value) if (empty($consumerkey)) $sharedsecret = lti_verify_message($consumerkey, lti_get_shared_secrets_by_key($consumerkey), $rawbody) |
Definition at line 50 of file service.php.
| if ($sharedsecret===false) $xml = new SimpleXMLElement($rawbody) |
Definition at line 56 of file service.php.