Class BaseCategoryVersionQuery
Base class that represents a query for the 'category_version' table.
- ModelCriteria
-
Thelia\Model\om\BaseCategoryVersionQuery
Direct known subclasses
Thelia\Model\CategoryVersionQueryNamespace: Thelia\Model\om
Package: propel\generator\Thelia\Model\om
Located at core/lib/Thelia/Model/om/BaseCategoryVersionQuery.php
public
|
#
__construct( string $dbName = 'thelia', string $modelName = 'Thelia\\Model\\CategoryVersion', string $modelAlias = null )
Initializes internal state of BaseCategoryVersionQuery object. |
public static
|
#
create( string $modelAlias = null,
Returns a new CategoryVersionQuery 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
|
#
filterByParent( mixed $parent = null, string $comparison = null )
Filter the query on the parent column |
public
|
#
filterByLink( string $link = null, string $comparison = null )
Filter the query on the link column |
public
|
#
filterByVisible( mixed $visible = null, string $comparison = null )
Filter the query on the visible column |
public
|
#
filterByPosition( mixed $position = null, string $comparison = null )
Filter the query on the position column |
public
|
#
filterByCreatedAt( mixed $createdAt = null, string $comparison = null )
Filter the query on the created_at column |
public
|
#
filterByUpdatedAt( mixed $updatedAt = null, string $comparison = null )
Filter the query on the updated_at column |
public
|
#
filterByVersion( mixed $version = null, string $comparison = null )
Filter the query on the version column |
public
|
#
filterByVersionCreatedAt( mixed $versionCreatedAt = null, string $comparison = null )
Filter the query on the version_created_at column |
public
|
#
filterByVersionCreatedBy( string $versionCreatedBy = null, string $comparison = null )
Filter the query on the version_created_by column |
public
|
#
filterByCategory(
Filter the query by a related Category object |
public
|
#
joinCategory( string $relationAlias = null, string $joinType = Thelia\Model\om\Criteria::INNER_JOIN )
Adds a JOIN clause to the query using the Category relation |
public
|
#
useCategoryQuery( string $relationAlias = null, string $joinType = Thelia\Model\om\Criteria::INNER_JOIN )
Use the Category relation Category object |
public
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
orderByVersionCreatedAt( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the version_created_at column |
public
|
#
orderByVersionCreatedBy( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the version_created_by column |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
leftJoinCategory( mixed $relationAlias = null )
Adds a LEFT JOIN clause to the query using the Category relation |
public
|
#
rightJoinCategory( mixed $relationAlias = null )
Adds a RIGHT JOIN clause to the query using the Category relation |
public
|
#
innerJoinCategory( mixed $relationAlias = null )
Adds a INNER JOIN clause to the query using the Category relation |
public
|
|
public
|
#
findOneOrCreate( PropelPDO $con = null )
Return the first CategoryVersion matching the query, or a new CategoryVersion object populated from the query conditions when no match is found |
public
|
|
public
|
#
findOneByParent( integer $parent = )
Return the first CategoryVersion filtered by the parent column |
public
|
|
public
|
#
findOneByVisible( integer $visible = )
Return the first CategoryVersion filtered by the visible column |
public
|
#
findOneByPosition( integer $position = )
Return the first CategoryVersion filtered by the position column |
public
|
#
findOneByCreatedAt( string $created_at = )
Return the first CategoryVersion filtered by the created_at column |
public
|
#
findOneByUpdatedAt( string $updated_at = )
Return the first CategoryVersion filtered by the updated_at column |
public
|
#
findOneByVersion( integer $version = )
Return the first CategoryVersion filtered by the version column |
public
|
#
findOneByVersionCreatedAt( string $version_created_at = )
Return the first CategoryVersion filtered by the version_created_at column |
public
|
#
findOneByVersionCreatedBy( string $version_created_by = )
Return the first CategoryVersion filtered by the version_created_by column |
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
#
findByPosition( integer $position = )
Return CategoryVersion objects filtered by the position column |
public
array
|
#
findByCreatedAt( string $created_at = )
Return CategoryVersion objects filtered by the created_at column |
public
array
|
#
findByUpdatedAt( string $updated_at = )
Return CategoryVersion objects filtered by the updated_at column |
public
array
|
|
public
array
|
#
findByVersionCreatedAt( string $version_created_at = )
Return CategoryVersion objects filtered by the version_created_at column |
public
array
|
#
findByVersionCreatedBy( string $version_created_by = )
Return CategoryVersion objects filtered by the version_created_by column |