mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-23502 fixed php docs in enrol/imsenterprise
This commit is contained in:
parent
4a77c44359
commit
97c65be564
@ -18,9 +18,10 @@
|
||||
/**
|
||||
* Strings for component 'enrol_imsenterprise', language 'en', branch 'MOODLE_20_STABLE'
|
||||
*
|
||||
* @package enrol_imsenterprise
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package enrol
|
||||
* @subpackage imsenterprise
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['aftersaving...'] = 'Once you have saved your settings, you may wish to';
|
||||
|
@ -20,12 +20,15 @@
|
||||
* This plugin lets the user specify an IMS Enterprise file to be processed.
|
||||
* The IMS Enterprise file is mainly parsed on a regular cron,
|
||||
* but can also be imported via the UI (Admin Settings).
|
||||
* @package enrol_imsenterprise
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter - based on code by Dan Stowell
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package enrol
|
||||
* @subpackage imsenterprise
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter - based on code by Dan Stowell
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/*
|
||||
|
||||
Note for programmers:
|
||||
|
@ -18,10 +18,10 @@
|
||||
/**
|
||||
* IMS Enterprise enrol plugin implementation.
|
||||
*
|
||||
* @package enrol_imsenterprise
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @author Eugene Venter
|
||||
* @package enrol
|
||||
* @subpackage imsenterprise
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
@ -18,9 +18,10 @@
|
||||
/**
|
||||
* IMS Enterprise enrolments plugin settings and presets.
|
||||
*
|
||||
* @package enrol_imsenterprise
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package enrol
|
||||
* @subpackage imsenterprise
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
@ -18,10 +18,13 @@
|
||||
/**
|
||||
* IMS Enterprise file enrolment plugin version specification.
|
||||
*
|
||||
* @package enrol_imsenterprise
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package enrol
|
||||
* @subpackage imsenterprise
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2010071200;
|
||||
$plugin->cron = 60;
|
||||
|
Loading…
x
Reference in New Issue
Block a user