class RewritingUrlQuery extends ModelCriteria

Base class that represents a query for the 'rewriting_url' table.

Methods

__construct( string $dbName = 'thelia', string $modelName = '\\Thelia\\Model\\RewritingUrl', string $modelAlias = null)

Initializes internal state of \Thelia\Model\Base\RewritingUrlQuery object.

create( string $modelAlias = null, Criteria $criteria = null)

Returns a new ChildRewritingUrlQuery object.

RewritingUrl|array|mixed
findPk( mixed $key, ConnectionInterface $con = null)

Find object by primary key.

ObjectCollection|array|mixed
findPks( array $keys, ConnectionInterface $con = null)

Find objects by primary key $objs = $c->findPks(array(12, 56, 832), $con);

filterByPrimaryKey( mixed $key)

Filter the query by primary key

filterByPrimaryKeys( array $keys)

Filter the query by a list of primary keys

filterById( mixed $id = null, string $comparison = null)

Filter the query on the id column

filterByUrl( string $url = null, string $comparison = null)

Filter the query on the url column

filterByView( string $view = null, string $comparison = null)

Filter the query on the view column

filterByViewId( string $viewId = null, string $comparison = null)

Filter the query on the view_id column

filterByViewLocale( string $viewLocale = null, string $comparison = null)

Filter the query on the view_locale column

filterByRedirected( mixed $redirected = null, string $comparison = null)

Filter the query on the redirected column

filterByCreatedAt( mixed $createdAt = null, string $comparison = null)

Filter the query on the created_at column

filterByUpdatedAt( mixed $updatedAt = null, string $comparison = null)

Filter the query on the updated_at column

filterByRewritingUrlRelatedByRedirected( RewritingUrl|ObjectCollection $rewritingUrl, string $comparison = null)

Filter the query by a related \Thelia\Model\RewritingUrl object

joinRewritingUrlRelatedByRedirected( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query using the RewritingUrlRelatedByRedirected relation

useRewritingUrlRelatedByRedirectedQuery( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Use the RewritingUrlRelatedByRedirected relation RewritingUrl object

filterByRewritingUrlRelatedById( RewritingUrl|ObjectCollection $rewritingUrl, string $comparison = null)

Filter the query by a related \Thelia\Model\RewritingUrl object

joinRewritingUrlRelatedById( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query using the RewritingUrlRelatedById relation

useRewritingUrlRelatedByIdQuery( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Use the RewritingUrlRelatedById relation RewritingUrl object

filterByRewritingArgument( RewritingArgument|ObjectCollection $rewritingArgument, string $comparison = null)

Filter the query by a related \Thelia\Model\RewritingArgument object

joinRewritingArgument( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the RewritingArgument relation

useRewritingArgumentQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the RewritingArgument relation RewritingArgument object

prune( RewritingUrl $rewritingUrl = null)

Exclude object from result

int
doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the rewriting_url table.

int
delete( ConnectionInterface $con = null)

Performs a DELETE on the database, given a ChildRewritingUrl or Criteria object OR a primary key value.

recentlyUpdated( int $nbDays = 7)

Filter by the latest updated

recentlyCreated( int $nbDays = 7)

Filter by the latest created

lastUpdatedFirst()

Order by update date desc

firstUpdatedFirst()

Order by update date asc

lastCreatedFirst()

Order by create date desc

firstCreatedFirst()

Order by create date asc

ChildRewritingUrlQuery
orderById($order = Criteria::ASC)

Order by the id column

ChildRewritingUrlQuery
orderByUrl($order = Criteria::ASC)

Order by the url column

ChildRewritingUrlQuery
orderByView($order = Criteria::ASC)

Order by the view column

ChildRewritingUrlQuery
orderByViewId($order = Criteria::ASC)

Order by the view_id column

ChildRewritingUrlQuery
orderByViewLocale($order = Criteria::ASC)

Order by the view_locale column

ChildRewritingUrlQuery
orderByRedirected($order = Criteria::ASC)

Order by the redirected column

ChildRewritingUrlQuery
orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

ChildRewritingUrlQuery
orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

ChildRewritingUrlQuery
groupById()

Group by the id column

ChildRewritingUrlQuery
groupByUrl()

Group by the url column

ChildRewritingUrlQuery
groupByView()

Group by the view column

ChildRewritingUrlQuery
groupByViewId()

Group by the view_id column

ChildRewritingUrlQuery
groupByViewLocale()

Group by the view_locale column

ChildRewritingUrlQuery
groupByRedirected()

Group by the redirected column

ChildRewritingUrlQuery
groupByCreatedAt()

Group by the created_at column

ChildRewritingUrlQuery
groupByUpdatedAt()

Group by the updated_at column

ChildRewritingUrlQuery
leftJoin($relation)

Adds a LEFT JOIN clause to the query

ChildRewritingUrlQuery
rightJoin($relation)

Adds a RIGHT JOIN clause to the query

ChildRewritingUrlQuery
innerJoin($relation)

Adds a INNER JOIN clause to the query

ChildRewritingUrlQuery
leftJoinRewritingUrlRelatedByRedirected($relationAlias = null)

Adds a LEFT JOIN clause to the query using the RewritingUrlRelatedByRedirected relation

ChildRewritingUrlQuery
rightJoinRewritingUrlRelatedByRedirected($relationAlias = null)

Adds a RIGHT JOIN clause to the query using the RewritingUrlRelatedByRedirected relation

ChildRewritingUrlQuery
innerJoinRewritingUrlRelatedByRedirected($relationAlias = null)

Adds a INNER JOIN clause to the query using the RewritingUrlRelatedByRedirected relation

ChildRewritingUrlQuery
leftJoinRewritingUrlRelatedById($relationAlias = null)

Adds a LEFT JOIN clause to the query using the RewritingUrlRelatedById relation

ChildRewritingUrlQuery
rightJoinRewritingUrlRelatedById($relationAlias = null)

Adds a RIGHT JOIN clause to the query using the RewritingUrlRelatedById relation

ChildRewritingUrlQuery
innerJoinRewritingUrlRelatedById($relationAlias = null)

Adds a INNER JOIN clause to the query using the RewritingUrlRelatedById relation

ChildRewritingUrlQuery
leftJoinRewritingArgument($relationAlias = null)

Adds a LEFT JOIN clause to the query using the RewritingArgument relation

ChildRewritingUrlQuery
rightJoinRewritingArgument($relationAlias = null)

Adds a RIGHT JOIN clause to the query using the RewritingArgument relation

ChildRewritingUrlQuery
innerJoinRewritingArgument($relationAlias = null)

Adds a INNER JOIN clause to the query using the RewritingArgument relation

ChildRewritingUrl
findOne( ConnectionInterface $con = null)

Return the first ChildRewritingUrl matching the query

ChildRewritingUrl
findOneOrCreate( ConnectionInterface $con = null)

Return the first ChildRewritingUrl matching the query, or a new ChildRewritingUrl object populated from the query conditions when no match is found

ChildRewritingUrl
findOneById( int $id)

Return the first ChildRewritingUrl filtered by the id column

ChildRewritingUrl
findOneByUrl( string $url)

Return the first ChildRewritingUrl filtered by the url column

ChildRewritingUrl
findOneByView( string $view)

Return the first ChildRewritingUrl filtered by the view column

ChildRewritingUrl
findOneByViewId( string $view_id)

Return the first ChildRewritingUrl filtered by the view_id column

ChildRewritingUrl
findOneByViewLocale( string $view_locale)

Return the first ChildRewritingUrl filtered by the view_locale column

ChildRewritingUrl
findOneByRedirected( int $redirected)

Return the first ChildRewritingUrl filtered by the redirected column

ChildRewritingUrl
findOneByCreatedAt( string $created_at)

Return the first ChildRewritingUrl filtered by the created_at column

ChildRewritingUrl
findOneByUpdatedAt( string $updated_at)

Return the first ChildRewritingUrl filtered by the updated_at column

array
findById( int $id)

Return ChildRewritingUrl objects filtered by the id column

array
findByUrl( string $url)

Return ChildRewritingUrl objects filtered by the url column

array
findByView( string $view)

Return ChildRewritingUrl objects filtered by the view column

array
findByViewId( string $view_id)

Return ChildRewritingUrl objects filtered by the view_id column

array
findByViewLocale( string $view_locale)

Return ChildRewritingUrl objects filtered by the view_locale column

array
findByRedirected( int $redirected)

Return ChildRewritingUrl objects filtered by the redirected column

array
findByCreatedAt( string $created_at)

Return ChildRewritingUrl objects filtered by the created_at column

array
findByUpdatedAt( string $updated_at)

Return ChildRewritingUrl objects filtered by the updated_at column

Details

at line 90
__construct( string $dbName = 'thelia', string $modelName = '\\Thelia\\Model\\RewritingUrl', string $modelAlias = null)

Initializes internal state of \Thelia\Model\Base\RewritingUrlQuery object.

Parameters

string $dbName The database name
string $modelName The phpName of a model, e.g. 'Book'
string $modelAlias The alias for the model in this query, e.g. 'b'

at line 103
static RewritingUrlQuery create( string $modelAlias = null, Criteria $criteria = null)

Returns a new ChildRewritingUrlQuery object.

Parameters

string $modelAlias The alias of a model in the query
Criteria $criteria Optional Criteria to build the query from

Return Value

RewritingUrlQuery

at line 133
RewritingUrl|array|mixed findPk( mixed $key, ConnectionInterface $con = null)

Find object by primary key.

Propel uses the instance pool to skip the database if the object exists. Go fast if the query is untouched.

$obj = $c->findPk(12, $con);

Parameters

mixed $key Primary key to use for the query
ConnectionInterface $con an optional connection object

Return Value

RewritingUrl|array|mixed the result, formatted by the current formatter

at line 215
ObjectCollection|array|mixed findPks( array $keys, ConnectionInterface $con = null)

Find objects by primary key $objs = $c->findPks(array(12, 56, 832), $con);

Parameters

array $keys Primary keys to use for the query
ConnectionInterface $con an optional connection object

Return Value

ObjectCollection|array|mixed the list of results, formatted by the current formatter

at line 236
RewritingUrlQuery filterByPrimaryKey( mixed $key)

Filter the query by primary key

Parameters

mixed $key Primary key to use for the query

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 249
RewritingUrlQuery filterByPrimaryKeys( array $keys)

Filter the query by a list of primary keys

Parameters

array $keys The list of primary key to use for the query

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 273
RewritingUrlQuery filterById( mixed $id = null, string $comparison = null)

Filter the query on the id column

Example usage: $query->filterById(1234); // WHERE id = 1234 $query->filterById(array(12, 34)); // WHERE id IN (12, 34) $query->filterById(array('min' => 12)); // WHERE id > 12

Parameters

mixed $id The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 311
RewritingUrlQuery filterByUrl( string $url = null, string $comparison = null)

Filter the query on the url column

Example usage: $query->filterByUrl('fooValue'); // WHERE url = 'fooValue' $query->filterByUrl('%fooValue%'); // WHERE url LIKE '%fooValue%'

Parameters

string $url The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 340
RewritingUrlQuery filterByView( string $view = null, string $comparison = null)

Filter the query on the view column

Example usage: $query->filterByView('fooValue'); // WHERE view = 'fooValue' $query->filterByView('%fooValue%'); // WHERE view LIKE '%fooValue%'

Parameters

string $view The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 369
RewritingUrlQuery filterByViewId( string $viewId = null, string $comparison = null)

Filter the query on the view_id column

Example usage: $query->filterByViewId('fooValue'); // WHERE viewid = 'fooValue' $query->filterByViewId('%fooValue%'); // WHERE viewid LIKE '%fooValue%'

Parameters

string $viewId The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 398
RewritingUrlQuery filterByViewLocale( string $viewLocale = null, string $comparison = null)

Filter the query on the view_locale column

Example usage: $query->filterByViewLocale('fooValue'); // WHERE viewlocale = 'fooValue' $query->filterByViewLocale('%fooValue%'); // WHERE viewlocale LIKE '%fooValue%'

Parameters

string $viewLocale The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 432
RewritingUrlQuery filterByRedirected( mixed $redirected = null, string $comparison = null)

Filter the query on the redirected column

Example usage: $query->filterByRedirected(1234); // WHERE redirected = 1234 $query->filterByRedirected(array(12, 34)); // WHERE redirected IN (12, 34) $query->filterByRedirected(array('min' => 12)); // WHERE redirected > 12

Parameters

mixed $redirected The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

RewritingUrlQuery The current query, for fluid interface

See also

filterByRewritingUrlRelatedByRedirected()

at line 475
RewritingUrlQuery filterByCreatedAt( mixed $createdAt = null, string $comparison = null)

Filter the query on the created_at column

Example usage: $query->filterByCreatedAt('2011-03-14'); // WHERE createdat = '2011-03-14' $query->filterByCreatedAt('now'); // WHERE createdat = '2011-03-14' $query->filterByCreatedAt(array('max' => 'yesterday')); // WHERE created_at > '2011-03-13'

Parameters

mixed $createdAt The value to use as filter. Values can be integers (unix timestamps), DateTime objects, or strings. Empty strings are treated as NULL. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 518
RewritingUrlQuery filterByUpdatedAt( mixed $updatedAt = null, string $comparison = null)

Filter the query on the updated_at column

Example usage: $query->filterByUpdatedAt('2011-03-14'); // WHERE updatedat = '2011-03-14' $query->filterByUpdatedAt('now'); // WHERE updatedat = '2011-03-14' $query->filterByUpdatedAt(array('max' => 'yesterday')); // WHERE updated_at > '2011-03-13'

Parameters

mixed $updatedAt The value to use as filter. Values can be integers (unix timestamps), DateTime objects, or strings. Empty strings are treated as NULL. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 549
RewritingUrlQuery filterByRewritingUrlRelatedByRedirected( RewritingUrl|ObjectCollection $rewritingUrl, string $comparison = null)

Filter the query by a related \Thelia\Model\RewritingUrl object

Parameters

RewritingUrl|ObjectCollection $rewritingUrl The related object(s) to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 574
RewritingUrlQuery joinRewritingUrlRelatedByRedirected( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query using the RewritingUrlRelatedByRedirected relation

Parameters

string $relationAlias optional alias for the relation
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 609
RewritingUrlQuery useRewritingUrlRelatedByRedirectedQuery( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Use the RewritingUrlRelatedByRedirected relation RewritingUrl object

Parameters

string $relationAlias optional alias for the relation, to be used as main alias in the secondary query
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'

Return Value

RewritingUrlQuery A secondary query class using the current class as primary query

See also

useQuery()

at line 624
RewritingUrlQuery filterByRewritingUrlRelatedById( RewritingUrl|ObjectCollection $rewritingUrl, string $comparison = null)

Filter the query by a related \Thelia\Model\RewritingUrl object

Parameters

RewritingUrl|ObjectCollection $rewritingUrl the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 647
RewritingUrlQuery joinRewritingUrlRelatedById( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query using the RewritingUrlRelatedById relation

Parameters

string $relationAlias optional alias for the relation
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 682
RewritingUrlQuery useRewritingUrlRelatedByIdQuery( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Use the RewritingUrlRelatedById relation RewritingUrl object

Parameters

string $relationAlias optional alias for the relation, to be used as main alias in the secondary query
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'

Return Value

RewritingUrlQuery A secondary query class using the current class as primary query

See also

useQuery()

at line 697
RewritingUrlQuery filterByRewritingArgument( RewritingArgument|ObjectCollection $rewritingArgument, string $comparison = null)

Filter the query by a related \Thelia\Model\RewritingArgument object

Parameters

RewritingArgument|ObjectCollection $rewritingArgument the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 720
RewritingUrlQuery joinRewritingArgument( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the RewritingArgument relation

Parameters

string $relationAlias optional alias for the relation
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 755
RewritingArgumentQuery useRewritingArgumentQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the RewritingArgument relation RewritingArgument object

Parameters

string $relationAlias optional alias for the relation, to be used as main alias in the secondary query
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'

Return Value

RewritingArgumentQuery A secondary query class using the current class as primary query

See also

useQuery()

at line 769
RewritingUrlQuery prune( RewritingUrl $rewritingUrl = null)

Exclude object from result

Parameters

RewritingUrl $rewritingUrl Object to remove from the list of results

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 784
int doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the rewriting_url table.

Parameters

ConnectionInterface $con the connection to use

Return Value

int The number of affected rows (if supported by underlying database driver).

at line 821
int delete( ConnectionInterface $con = null)

Performs a DELETE on the database, given a ChildRewritingUrl or Criteria object OR a primary key value.

Parameters

ConnectionInterface $con

Return Value

int The number of affected rows (if supported by underlying database driver). This includes CASCADE-related rows if supported by native driver or if emulated using Propel.

Exceptions

PropelException Any exceptions caught during processing will be rethrown wrapped into a PropelException.

at line 862
RewritingUrlQuery recentlyUpdated( int $nbDays = 7)

Filter by the latest updated

Parameters

int $nbDays Maximum age of the latest update in days

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 874
RewritingUrlQuery recentlyCreated( int $nbDays = 7)

Filter by the latest created

Parameters

int $nbDays Maximum age of in days

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 884
RewritingUrlQuery lastUpdatedFirst()

Order by update date desc

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 894
RewritingUrlQuery firstUpdatedFirst()

Order by update date asc

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 904
RewritingUrlQuery lastCreatedFirst()

Order by create date desc

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 914
RewritingUrlQuery firstCreatedFirst()

Order by create date asc

Return Value

RewritingUrlQuery The current query, for fluid interface

at line 80
ChildRewritingUrlQuery orderById($order = Criteria::ASC)

Order by the id column

Parameters

$order

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery orderByUrl($order = Criteria::ASC)

Order by the url column

Parameters

$order

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery orderByView($order = Criteria::ASC)

Order by the view column

Parameters

$order

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery orderByViewId($order = Criteria::ASC)

Order by the view_id column

Parameters

$order

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery orderByViewLocale($order = Criteria::ASC)

Order by the view_locale column

Parameters

$order

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery orderByRedirected($order = Criteria::ASC)

Order by the redirected column

Parameters

$order

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

Parameters

$order

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

Parameters

$order

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery groupById()

Group by the id column

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery groupByUrl()

Group by the url column

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery groupByView()

Group by the view column

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery groupByViewId()

Group by the view_id column

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery groupByViewLocale()

Group by the view_locale column

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery groupByRedirected()

Group by the redirected column

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery groupByCreatedAt()

Group by the created_at column

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery groupByUpdatedAt()

Group by the updated_at column

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery leftJoin($relation)

Adds a LEFT JOIN clause to the query

Parameters

$relation

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery rightJoin($relation)

Adds a RIGHT JOIN clause to the query

Parameters

$relation

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery innerJoin($relation)

Adds a INNER JOIN clause to the query

Parameters

$relation

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery leftJoinRewritingUrlRelatedByRedirected($relationAlias = null)

Adds a LEFT JOIN clause to the query using the RewritingUrlRelatedByRedirected relation

Parameters

$relationAlias

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery rightJoinRewritingUrlRelatedByRedirected($relationAlias = null)

Adds a RIGHT JOIN clause to the query using the RewritingUrlRelatedByRedirected relation

Parameters

$relationAlias

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery innerJoinRewritingUrlRelatedByRedirected($relationAlias = null)

Adds a INNER JOIN clause to the query using the RewritingUrlRelatedByRedirected relation

Parameters

$relationAlias

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery leftJoinRewritingUrlRelatedById($relationAlias = null)

Adds a LEFT JOIN clause to the query using the RewritingUrlRelatedById relation

Parameters

$relationAlias

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery rightJoinRewritingUrlRelatedById($relationAlias = null)

Adds a RIGHT JOIN clause to the query using the RewritingUrlRelatedById relation

Parameters

$relationAlias

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery innerJoinRewritingUrlRelatedById($relationAlias = null)

Adds a INNER JOIN clause to the query using the RewritingUrlRelatedById relation

Parameters

$relationAlias

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery leftJoinRewritingArgument($relationAlias = null)

Adds a LEFT JOIN clause to the query using the RewritingArgument relation

Parameters

$relationAlias

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery rightJoinRewritingArgument($relationAlias = null)

Adds a RIGHT JOIN clause to the query using the RewritingArgument relation

Parameters

$relationAlias

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrlQuery innerJoinRewritingArgument($relationAlias = null)

Adds a INNER JOIN clause to the query using the RewritingArgument relation

Parameters

$relationAlias

Return Value

ChildRewritingUrlQuery

at line 80
ChildRewritingUrl findOne( ConnectionInterface $con = null)

Return the first ChildRewritingUrl matching the query

Parameters

ConnectionInterface $con

Return Value

ChildRewritingUrl

at line 80
ChildRewritingUrl findOneOrCreate( ConnectionInterface $con = null)

Return the first ChildRewritingUrl matching the query, or a new ChildRewritingUrl object populated from the query conditions when no match is found

Parameters

ConnectionInterface $con

Return Value

ChildRewritingUrl

at line 80
ChildRewritingUrl findOneById( int $id)

Return the first ChildRewritingUrl filtered by the id column

Parameters

int $id

Return Value

ChildRewritingUrl

at line 80
ChildRewritingUrl findOneByUrl( string $url)

Return the first ChildRewritingUrl filtered by the url column

Parameters

string $url

Return Value

ChildRewritingUrl

at line 80
ChildRewritingUrl findOneByView( string $view)

Return the first ChildRewritingUrl filtered by the view column

Parameters

string $view

Return Value

ChildRewritingUrl

at line 80
ChildRewritingUrl findOneByViewId( string $view_id)

Return the first ChildRewritingUrl filtered by the view_id column

Parameters

string $view_id

Return Value

ChildRewritingUrl

at line 80
ChildRewritingUrl findOneByViewLocale( string $view_locale)

Return the first ChildRewritingUrl filtered by the view_locale column

Parameters

string $view_locale

Return Value

ChildRewritingUrl

at line 80
ChildRewritingUrl findOneByRedirected( int $redirected)

Return the first ChildRewritingUrl filtered by the redirected column

Parameters

int $redirected

Return Value

ChildRewritingUrl

at line 80
ChildRewritingUrl findOneByCreatedAt( string $created_at)

Return the first ChildRewritingUrl filtered by the created_at column

Parameters

string $created_at

Return Value

ChildRewritingUrl

at line 80
ChildRewritingUrl findOneByUpdatedAt( string $updated_at)

Return the first ChildRewritingUrl filtered by the updated_at column

Parameters

string $updated_at

Return Value

ChildRewritingUrl

at line 80
array findById( int $id)

Return ChildRewritingUrl objects filtered by the id column

Parameters

int $id

Return Value

array

at line 80
array findByUrl( string $url)

Return ChildRewritingUrl objects filtered by the url column

Parameters

string $url

Return Value

array

at line 80
array findByView( string $view)

Return ChildRewritingUrl objects filtered by the view column

Parameters

string $view

Return Value

array

at line 80
array findByViewId( string $view_id)

Return ChildRewritingUrl objects filtered by the view_id column

Parameters

string $view_id

Return Value

array

at line 80
array findByViewLocale( string $view_locale)

Return ChildRewritingUrl objects filtered by the view_locale column

Parameters

string $view_locale

Return Value

array

at line 80
array findByRedirected( int $redirected)

Return ChildRewritingUrl objects filtered by the redirected column

Parameters

int $redirected

Return Value

array

at line 80
array findByCreatedAt( string $created_at)

Return ChildRewritingUrl objects filtered by the created_at column

Parameters

string $created_at

Return Value

array

at line 80
array findByUpdatedAt( string $updated_at)

Return ChildRewritingUrl objects filtered by the updated_at column

Parameters

string $updated_at

Return Value

array