Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/assignment/db/events.php
Go to the documentation of this file.
00001 <?php
00002 
00004 // Defines core event handlers                                           //
00006 //                                                                       //
00007 // NOTICE OF COPYRIGHT                                                   //
00008 //                                                                       //
00009 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
00010 //          http://moodle.org                                            //
00011 //                                                                       //
00012 // Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
00013 //                                                                       //
00014 // This program is free software; you can redistribute it and/or modify  //
00015 // it under the terms of the GNU General Public License as published by  //
00016 // the Free Software Foundation; either version 3 of the License, or     //
00017 // (at your option) any later version.                                   //
00018 //                                                                       //
00019 // This program is distributed in the hope that it will be useful,       //
00020 // but WITHOUT ANY WARRANTY; without even the implied warranty of        //
00021 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         //
00022 // GNU General Public License for more details:                          //
00023 //                                                                       //
00024 //          http://www.gnu.org/copyleft/gpl.html                         //
00025 //                                                                       //
00027 
00028 
00029 $handlers = array();
00030 
00031 /* List of events thrown from assignment module
00032 
00033 assignment_finalize_sent - object course, object user, object cm, object assignment, fileareaname
00034 assignment_file_sent     - object course, object user, object cm, object assignment, object file
00035 
00036 */
 All Data Structures Namespaces Files Functions Variables Enumerations