Files
sterivein/core/lib/Thelia/Model/CouponI18nQuery.php
gmorel 73677b7c1a WIP Coupon
Update Coupon Model + SQL
Implementattion Fixtures for Coupon and CouponFactory
2013-08-22 20:02:03 +02:00

21 lines
474 B
PHP

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