On avance sur LivraisonParSecteurs

This commit is contained in:
2021-02-04 08:39:38 +01:00
parent 2165100ac7
commit aa5a914df3
14 changed files with 485 additions and 45 deletions

View File

@@ -0,0 +1,20 @@
<?php
namespace LivraisonParSecteurs\Model;
use LivraisonParSecteurs\Model\Base\LpsSecteur as BaseLpsSecteur;
/**
* Skeleton subclass for representing a row from the 'lps_secteur' 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 LpsSecteur extends BaseLpsSecteur
{
}

View File

@@ -0,0 +1,20 @@
<?php
namespace LivraisonParSecteurs\Model;
use LivraisonParSecteurs\Model\Base\LpsSecteurCommune as BaseLpsSecteurCommune;
/**
* Skeleton subclass for representing a row from the 'lps_secteur_commune' 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 LpsSecteurCommune extends BaseLpsSecteurCommune
{
}

View File

@@ -0,0 +1,20 @@
<?php
namespace LivraisonParSecteurs\Model;
use LivraisonParSecteurs\Model\Base\LpsSecteurCommuneQuery as BaseLpsSecteurCommuneQuery;
/**
* Skeleton subclass for performing query and update operations on the 'lps_secteur_commune' 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 LpsSecteurCommuneQuery extends BaseLpsSecteurCommuneQuery
{
}

View File

@@ -0,0 +1,20 @@
<?php
namespace LivraisonParSecteurs\Model;
use LivraisonParSecteurs\Model\Base\LpsSecteurHoraires as BaseLpsSecteurHoraires;
/**
* Skeleton subclass for representing a row from the 'lps_secteur_horaires' 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 LpsSecteurHoraires extends BaseLpsSecteurHoraires
{
}

View File

@@ -0,0 +1,20 @@
<?php
namespace LivraisonParSecteurs\Model;
use LivraisonParSecteurs\Model\Base\LpsSecteurHorairesQuery as BaseLpsSecteurHorairesQuery;
/**
* Skeleton subclass for performing query and update operations on the 'lps_secteur_horaires' 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 LpsSecteurHorairesQuery extends BaseLpsSecteurHorairesQuery
{
}

View File

@@ -0,0 +1,20 @@
<?php
namespace LivraisonParSecteurs\Model;
use LivraisonParSecteurs\Model\Base\LpsSecteurQuery as BaseLpsSecteurQuery;
/**
* Skeleton subclass for performing query and update operations on the 'lps_secteur' 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 LpsSecteurQuery extends BaseLpsSecteurQuery
{
}