%PDF- %PDF-
| Direktori : /proc/self/root/home/tjamichg/cursos.tjamich.gob.mx/src/Chamilo/ThemeBundle/Event/ |
| Current File : //proc/self/root/home/tjamichg/cursos.tjamich.gob.mx/src/Chamilo/ThemeBundle/Event/ThemeEvent.php |
<?php
/* For licensing terms, see /license.txt */
namespace Chamilo\ThemeBundle\Event;
use Symfony\Component\EventDispatcher\Event;
/**
* Base event class to make theme related events easier to detect.
*/
class ThemeEvent extends Event
{
}