13 lines
157 B
PHP
13 lines
157 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'Course_i18n' table.
|
|
*
|
|
*
|
|
*
|
|
* @package lib.model
|
|
*/
|
|
class CourseI18n extends BaseCourseI18n
|
|
{
|
|
}
|