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

21 lines
432 B
PHP

<?php
namespace CoursEndingBundle\Model;
use CoursEndingBundle\Model\Base\Question as BaseQuestion;
/**
* Skeleton subclass for representing a row from 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 Question extends BaseQuestion
{
}