MDL-21249 improved php docs and adding direct access prevention in core libs
This commit is contained in:
@@ -18,11 +18,14 @@
|
||||
* Used for tracking conditions that apply before activities are displayed
|
||||
* to students ('conditional availability').
|
||||
*
|
||||
* @package moodlecore
|
||||
* @copyright 1999 onwards Martin Dougiamas http://dougiamas.com
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package core
|
||||
* @subpackage completion
|
||||
* @copyright 1999 onwards Martin Dougiamas http://dougiamas.com
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/** The activity is not displayed to students at all when conditions aren't met. */
|
||||
define('CONDITION_STUDENTVIEW_HIDE',0);
|
||||
/** The activity is displayed to students as a greyed-out name, with informational
|
||||
|
||||
Reference in New Issue
Block a user