cours-ending/src/CoursEndingBundle/Model/QuestionQuery.php
2016-03-19 15:22:23 +01:00

21 lines
470 B
PHP

<?php
namespace CoursEndingBundle\Model;
use CoursEndingBundle\Model\Base\QuestionQuery as BaseQuestionQuery;
/**
* Skeleton subclass for performing query and update operations on the 'form_question' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
*/
class QuestionQuery extends BaseQuestionQuery
{
}