13 lines
236 B
PHP
13 lines
236 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_question_status_i18n' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stQuestionPlugin.lib.model
|
|
*/
|
|
class QuestionStatusI18nPeer extends BaseQuestionStatusI18nPeer
|
|
{
|
|
}
|