Class BaseAttributeAvI18nQuery
Base class that represents a query for the 'attribute_av_i18n' table.
- ModelCriteria
-
Thelia\Model\om\BaseAttributeAvI18nQuery
Direct known subclasses
Thelia\Model\AttributeAvI18nQueryNamespace: Thelia\Model\om
Package: propel\generator\Thelia\Model\om
Located at core/lib/Thelia/Model/om/BaseAttributeAvI18nQuery.php
public
|
#
__construct( string $dbName = 'thelia', string $modelName = 'Thelia\\Model\\AttributeAvI18n', string $modelAlias = null )
Initializes internal state of BaseAttributeAvI18nQuery object. |
public static
|
#
create( string $modelAlias = null,
Returns a new AttributeAvI18nQuery object. |
public
|
|
protected
|
#
findPkSimple( mixed $key, PropelPDO $con )
Find object by primary key using raw SQL to go fast. Bypass doSelect() and the object formatter by using generated code. |
protected
|
|
public
PropelObjectCollection|
|
|
public
|
|
public
|
|
public
|
|
public
|
#
filterByLocale( string $locale = null, string $comparison = null )
Filter the query on the locale column |
public
|
#
filterByTitle( string $title = null, string $comparison = null )
Filter the query on the title column |
public
|
#
filterByDescription( string $description = null, string $comparison = null )
Filter the query on the description column |
public
|
#
filterByChapo( string $chapo = null, string $comparison = null )
Filter the query on the chapo column |
public
|
#
filterByPostscriptum( string $postscriptum = null, string $comparison = null )
Filter the query on the postscriptum column |
public
|
#
filterByAttributeAv(
Filter the query by a related AttributeAv object |
public
|
#
joinAttributeAv( string $relationAlias = null, string $joinType = 'LEFT JOIN' )
Adds a JOIN clause to the query using the AttributeAv relation |
public
|
#
useAttributeAvQuery( string $relationAlias = null, string $joinType = 'LEFT JOIN' )
Use the AttributeAv relation AttributeAv object |
public
|
public
|
|
public
|
|
public
|
|
public
|
#
orderByDescription( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the description column |
public
|
|
public
|
#
orderByPostscriptum( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the postscriptum column |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
leftJoinAttributeAv( mixed $relationAlias = null )
Adds a LEFT JOIN clause to the query using the AttributeAv relation |
public
|
#
rightJoinAttributeAv( mixed $relationAlias = null )
Adds a RIGHT JOIN clause to the query using the AttributeAv relation |
public
|
#
innerJoinAttributeAv( mixed $relationAlias = null )
Adds a INNER JOIN clause to the query using the AttributeAv relation |
public
|
|
public
|
#
findOneOrCreate( PropelPDO $con = null )
Return the first AttributeAvI18n matching the query, or a new AttributeAvI18n object populated from the query conditions when no match is found |
public
|
|
public
|
#
findOneByLocale( string $locale = )
Return the first AttributeAvI18n filtered by the locale column |
public
|
|
public
|
#
findOneByDescription( string $description = )
Return the first AttributeAvI18n filtered by the description column |
public
|
|
public
|
#
findOneByPostscriptum( string $postscriptum = )
Return the first AttributeAvI18n filtered by the postscriptum column |
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
#
findByDescription( string $description = )
Return AttributeAvI18n objects filtered by the description column |
public
array
|
|
public
array
|
#
findByPostscriptum( string $postscriptum = )
Return AttributeAvI18n objects filtered by the postscriptum column |