Class ContentI18nQuery
Skeleton subclass for performing query and update operations on the
'content_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.
-
ModelCriteria
-
Thelia\Model\om\BaseContentI18nQuery
-
Thelia\Model\ContentI18nQuery
Methods inherited from Thelia\Model\om\BaseContentI18nQuery
__construct(),
create(),
filterByChapo(),
filterByContent(),
filterByDescription(),
filterById(),
filterByLocale(),
filterByPostscriptum(),
filterByPrimaryKey(),
filterByPrimaryKeys(),
filterByTitle(),
findPk(),
findPkComplex(),
findPkSimple(),
findPks(),
joinContent(),
prune(),
useContentQuery()
|
Magic methods inherited from Thelia\Model\om\BaseContentI18nQuery
findByChapo(),
findByDescription(),
findById(),
findByLocale(),
findByPostscriptum(),
findByTitle(),
findOne(),
findOneByChapo(),
findOneByDescription(),
findOneById(),
findOneByLocale(),
findOneByPostscriptum(),
findOneByTitle(),
findOneOrCreate(),
groupByChapo(),
groupByDescription(),
groupById(),
groupByLocale(),
groupByPostscriptum(),
groupByTitle(),
innerJoin(),
innerJoinContent(),
leftJoin(),
leftJoinContent(),
orderByChapo(),
orderByDescription(),
orderById(),
orderByLocale(),
orderByPostscriptum(),
orderByTitle(),
rightJoin(),
rightJoinContent()
|