PATH:
home
/
centosnipponia
/
public_html
/
nipponianl
/
wp-content
/
plugins
/
pixelyoursite
/
includes
/
events
<?php namespace PixelYourSite; /** * @deprecated */ class GroupedEvent extends PYSEvent { private $events = array(); public function __construct($id, $type,$category='') { parent::__construct($id, $type,$category); } /** * @param PYSEvent $event */ public function addEvent($event) { $this->events[] = $event; } /** * @return PYSEvent[] */ public function getEvents() { return $this->events; } }
[+]
..
[-] class-event-grouped.php
[edit]
[-] class-event.php
[edit]
[-] class-events-automatic.php
[edit]
[-] class-events-custom.php
[edit]
[-] class-events-edd.php
[edit]
[-] class-events-fdp.php
[edit]
[-] class-event-single.php
[edit]
[-] class-events-woo.php
[edit]
[-] interface-events.php
[edit]
[-] .htaccess.disabled
[edit]