Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/wp-content/plugins/pixelyoursite/includes/events/
Upload File :
Current File : /home/escuelai/public_html/wp-content/plugins/pixelyoursite/includes/events/class-event-grouped.php

<?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;
    }


}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists