Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/settings/plugins.php File Reference

Go to the source code of this file.

Variables

 $temp = new admin_settingpage('webservicesoverview', get_string('webservicesoverview', 'webservice'))
 overview page
 $enablemobiledocurl = new moodle_url(get_docs_url('Enable_mobile_web_services'))
 $enablemobiledoclink = html_writer::link($enablemobiledocurl, get_string('documentation'))
if(empty($CFG->enablewebservices)) $url = new moodle_url(get_docs_url('How_to_get_a_security_key'))
 $wsdoclink = html_writer::tag('a', get_string('supplyinfo'),array('href'=>$url))
 $webservices_available = get_plugin_list('webservice')
 links to protocol pages
 $active_webservices = empty($CFG->webserviceprotocols) ? array() : explode(',', $CFG->webserviceprotocols)
if($hassiteconfig) $pages = array()

Variable Documentation

$active_webservices = empty($CFG->webserviceprotocols) ? array() : explode(',', $CFG->webserviceprotocols)

Definition at line 379 of file plugins.php.

$enablemobiledoclink = html_writer::link($enablemobiledocurl, get_string('documentation'))

Definition at line 353 of file plugins.php.

$enablemobiledocurl = new moodle_url(get_docs_url('Enable_mobile_web_services'))

Definition at line 352 of file plugins.php.

if ($hassiteconfig) $pages = array()

Definition at line 461 of file plugins.php.

$temp = new admin_settingpage('webservicesoverview', get_string('webservicesoverview', 'webservice'))

overview page

manage protocol page link

manage service

Definition at line 345 of file plugins.php.

if (empty($CFG->enablewebservices)) $url = new moodle_url(get_docs_url('How_to_get_a_security_key'))

Definition at line 372 of file plugins.php.

$webservices_available = get_plugin_list('webservice')

links to protocol pages

Definition at line 378 of file plugins.php.

$wsdoclink = html_writer::tag('a', get_string('supplyinfo'),array('href'=>$url))

Definition at line 373 of file plugins.php.

 All Data Structures Namespaces Files Functions Variables Enumerations