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

This commit is contained in:
Petr Skoda 2010-07-25 14:02:59 +00:00
parent 7ad5a62727
commit 0972665f65
8 changed files with 25 additions and 9 deletions

View file

@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @package moodle
* @package core
* @subpackage portfolio
* @author Penny Leach <penny@catalyst.net.nz>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
@ -26,6 +26,8 @@
* This file contains the class definition for the exporter object.
*/
defined('MOODLE_INTERNAL') || die();
/**
* The class that handles the various stages of the actual export
* and the communication between the caller and the portfolio plugin.