Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Extension driver
*
* @package Lalala
* @author Michael E.
*/
class extension_lalala extends Extension
{
@michael-e
michael-e / event.event1.php
Created October 29, 2018 11:48 — forked from wdebusschere/event.event1.php
Custom event1
<?php
class eventevent1 extends SectionEvent
{
public $ROOTELEMENT = 'event1';
public $eParamFILTERS = array(
);
public static function about()