Files
le-matelot/local/modules/ColissimoLabel/Model/ColissimoLabelQuery.php

22 lines
514 B
PHP

<?php
namespace ColissimoLabel\Model;
use ColissimoLabel\Model\Base\ColissimoLabelQuery as BaseColissimoLabelQuery;
/**
* Skeleton subclass for performing query and update operations on the 'colissimo_label' 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 ColissimoLabelQuery extends BaseColissimoLabelQuery
{
} // ColissimoLabelQuery