Class TaxQuery
Skeleton subclass for performing query and update operations on the 'tax'
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.
-
ModelCriteria
-
Thelia\Model\om\BaseTaxQuery
-
Thelia\Model\TaxQuery
Methods inherited from Thelia\Model\om\BaseTaxQuery
__construct(),
create(),
filterByCreatedAt(),
filterById(),
filterByPrimaryKey(),
filterByPrimaryKeys(),
filterByRate(),
filterByTaxI18n(),
filterByTaxRuleCountry(),
filterByUpdatedAt(),
findPk(),
findPkComplex(),
findPkSimple(),
findPks(),
firstCreatedFirst(),
firstUpdatedFirst(),
joinI18n(),
joinTaxI18n(),
joinTaxRuleCountry(),
joinWithI18n(),
lastCreatedFirst(),
lastUpdatedFirst(),
prune(),
recentlyCreated(),
recentlyUpdated(),
useI18nQuery(),
useTaxI18nQuery(),
useTaxRuleCountryQuery()
|
Magic methods inherited from Thelia\Model\om\BaseTaxQuery
findByCreatedAt(),
findById(),
findByRate(),
findByUpdatedAt(),
findOne(),
findOneByCreatedAt(),
findOneById(),
findOneByRate(),
findOneByUpdatedAt(),
findOneOrCreate(),
groupByCreatedAt(),
groupById(),
groupByRate(),
groupByUpdatedAt(),
innerJoin(),
innerJoinTaxI18n(),
innerJoinTaxRuleCountry(),
leftJoin(),
leftJoinTaxI18n(),
leftJoinTaxRuleCountry(),
orderByCreatedAt(),
orderById(),
orderByRate(),
orderByUpdatedAt(),
rightJoin(),
rightJoinTaxI18n(),
rightJoinTaxRuleCountry()
|