src/Entrepreneurs/Bundle/AppBundle/Propel/NePlusIntervenirRaisonQuery.php line 14

Open in your IDE?
  1. <?php
  2. namespace Entrepreneurs\Bundle\AppBundle\Propel;
  3. use Entrepreneurs\Bundle\AppBundle\Propel\Base\NePlusIntervenirRaisonQuery as BaseNePlusIntervenirRaisonQuery;
  4. /**
  5.  * Skeleton subclass for performing query and update operations on the 'ref_ne_plus_intervenir_raison' table.
  6.  *
  7.  * You should add additional methods to this class to meet the
  8.  * application requirements.  This class will only be generated as
  9.  * long as it does not already exist in the output directory.
  10.  */
  11. class NePlusIntervenirRaisonQuery extends BaseNePlusIntervenirRaisonQuery
  12. {
  13. }