MDL-21249 improved php docs and adding direct access prevention in core libs

This commit is contained in:
Petr Skoda
2010-07-25 13:35:05 +00:00
parent 2ac619c1e0
commit 78bfb562a0
70 changed files with 388 additions and 215 deletions
+6 -3
View File
@@ -16,11 +16,14 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* @package moodlecore
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package core
* @subpackage session
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
/**
* Factory method returning moodle_session object.
* @return moodle_session