Files
pae.co.at/trunk/proactiveenglish/lib/model/EventI18n.php
2017-03-02 21:57:21 -06:00

13 lines
154 B
PHP

<?php
/**
* Subclass for representing a row from the 'Event_i18n' table.
*
*
*
* @package lib.model
*/
class EventI18n extends BaseEventI18n
{
}