File manager - Edit - /home/missmand/public_html/learning/old/main/inc/lib/course_entity.class.php
Back
<?php /** * Description of course_entity * * @license see /license.txt * @author Laurent Opprecht <laurent@opprecht.info> for the Univesity of Geneva */ class CourseEntity extends Entity { public function __construct() { $current_course = self::current_course(); if ($current_course) { $this->defaults('c_id', self::current_course()->get_id()); } $this->defaults('session_id', api_get_session_id()); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings