mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
New event trigger names. See http://e107.org/developer-manual/classes-and-methods#events
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* XXX HIGHLY EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE.
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
|
||||
class e_event_social
|
||||
class e_event_social //FIXME should be social_event
|
||||
{
|
||||
/*
|
||||
* all event methods have a single parameter
|
||||
|
Reference in New Issue
Block a user