class IgnoredModuleHookQuery extends ModelCriteria

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

Methods

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

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

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

Returns a new ChildIgnoredModuleHookQuery object.

IgnoredModuleHook|array|mixed
findPk($key, $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(array(12, 56), array(832, 123), array(123, 456)), $con);

filterByPrimaryKey( mixed $key)

Filter the query by primary key

filterByPrimaryKeys( array $keys)

Filter the query by a list of primary keys

filterByModuleId( mixed $moduleId = null, string $comparison = null)

Filter the query on the module_id column

filterByHookId( mixed $hookId = null, string $comparison = null)

Filter the query on the hook_id column

filterByMethod( string $method = null, string $comparison = null)

Filter the query on the method column

filterByClassname( string $classname = null, string $comparison = null)

Filter the query on the classname 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

filterByModule( Module|ObjectCollection $module, string $comparison = null)

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

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

Adds a JOIN clause to the query using the Module relation

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

Use the Module relation Module object

filterByHook( Hook|ObjectCollection $hook, string $comparison = null)

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

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

Adds a JOIN clause to the query using the Hook relation

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

Use the Hook relation Hook object

prune( IgnoredModuleHook $ignoredModuleHook = null)

Exclude object from result

int
doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the ignoredmodulehook table.

int
delete( ConnectionInterface $con = null)

Performs a DELETE on the database, given a ChildIgnoredModuleHook 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

ChildIgnoredModuleHookQuery
orderByModuleId($order = Criteria::ASC)

Order by the module_id column

ChildIgnoredModuleHookQuery
orderByHookId($order = Criteria::ASC)

Order by the hook_id column

ChildIgnoredModuleHookQuery
orderByMethod($order = Criteria::ASC)

Order by the method column

ChildIgnoredModuleHookQuery
orderByClassname($order = Criteria::ASC)

Order by the classname column

ChildIgnoredModuleHookQuery
orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

ChildIgnoredModuleHookQuery
orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

ChildIgnoredModuleHookQuery
groupByModuleId()

Group by the module_id column

ChildIgnoredModuleHookQuery
groupByHookId()

Group by the hook_id column

ChildIgnoredModuleHookQuery
groupByMethod()

Group by the method column

ChildIgnoredModuleHookQuery
groupByClassname()

Group by the classname column

ChildIgnoredModuleHookQuery
groupByCreatedAt()

Group by the created_at column

ChildIgnoredModuleHookQuery
groupByUpdatedAt()

Group by the updated_at column

ChildIgnoredModuleHookQuery
leftJoin($relation)

Adds a LEFT JOIN clause to the query

ChildIgnoredModuleHookQuery
rightJoin($relation)

Adds a RIGHT JOIN clause to the query

ChildIgnoredModuleHookQuery
innerJoin($relation)

Adds a INNER JOIN clause to the query

ChildIgnoredModuleHookQuery
leftJoinModule($relationAlias = null)

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

ChildIgnoredModuleHookQuery
rightJoinModule($relationAlias = null)

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

ChildIgnoredModuleHookQuery
innerJoinModule($relationAlias = null)

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

ChildIgnoredModuleHookQuery
leftJoinHook($relationAlias = null)

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

ChildIgnoredModuleHookQuery
rightJoinHook($relationAlias = null)

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

ChildIgnoredModuleHookQuery
innerJoinHook($relationAlias = null)

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

ChildIgnoredModuleHook
findOne( ConnectionInterface $con = null)

Return the first ChildIgnoredModuleHook matching the query

ChildIgnoredModuleHook
findOneOrCreate( ConnectionInterface $con = null)

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

ChildIgnoredModuleHook
findOneByModuleId( int $module_id)

Return the first ChildIgnoredModuleHook filtered by the module_id column

ChildIgnoredModuleHook
findOneByHookId( int $hook_id)

Return the first ChildIgnoredModuleHook filtered by the hook_id column

ChildIgnoredModuleHook
findOneByMethod( string $method)

Return the first ChildIgnoredModuleHook filtered by the method column

ChildIgnoredModuleHook
findOneByClassname( string $classname)

Return the first ChildIgnoredModuleHook filtered by the classname column

ChildIgnoredModuleHook
findOneByCreatedAt( string $created_at)

Return the first ChildIgnoredModuleHook filtered by the created_at column

ChildIgnoredModuleHook
findOneByUpdatedAt( string $updated_at)

Return the first ChildIgnoredModuleHook filtered by the updated_at column

array
findByModuleId( int $module_id)

Return ChildIgnoredModuleHook objects filtered by the module_id column

array
findByHookId( int $hook_id)

Return ChildIgnoredModuleHook objects filtered by the hook_id column

array
findByMethod( string $method)

Return ChildIgnoredModuleHook objects filtered by the method column

array
findByClassname( string $classname)

Return ChildIgnoredModuleHook objects filtered by the classname column

array
findByCreatedAt( string $created_at)

Return ChildIgnoredModuleHook objects filtered by the created_at column

array
findByUpdatedAt( string $updated_at)

Return ChildIgnoredModuleHook objects filtered by the updated_at column

Details

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

Initializes internal state of \Thelia\Model\Base\IgnoredModuleHookQuery 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 91
static IgnoredModuleHookQuery create( string $modelAlias = null, Criteria $criteria = null)

Returns a new ChildIgnoredModuleHookQuery object.

Parameters

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

Return Value

IgnoredModuleHookQuery

at line 121
IgnoredModuleHook|array|mixed findPk($key, $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(array(12, 34), $con);

Parameters

$key
$con

Return Value

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

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

Find objects by primary key $objs = $c->findPks(array(array(12, 56), array(832, 123), array(123, 456)), $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 225
IgnoredModuleHookQuery filterByPrimaryKey( mixed $key)

Filter the query by primary key

Parameters

mixed $key Primary key to use for the query

Return Value

IgnoredModuleHookQuery The current query, for fluid interface

at line 240
IgnoredModuleHookQuery 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

IgnoredModuleHookQuery The current query, for fluid interface

at line 275
IgnoredModuleHookQuery filterByModuleId( mixed $moduleId = null, string $comparison = null)

Filter the query on the module_id column

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

Parameters

mixed $moduleId 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

IgnoredModuleHookQuery The current query, for fluid interface

See also

filterByModule()

at line 318
IgnoredModuleHookQuery filterByHookId( mixed $hookId = null, string $comparison = null)

Filter the query on the hook_id column

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

Parameters

mixed $hookId 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

IgnoredModuleHookQuery The current query, for fluid interface

See also

filterByHook()

at line 356
IgnoredModuleHookQuery filterByMethod( string $method = null, string $comparison = null)

Filter the query on the method column

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

Parameters

string $method 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

IgnoredModuleHookQuery The current query, for fluid interface

at line 385
IgnoredModuleHookQuery filterByClassname( string $classname = null, string $comparison = null)

Filter the query on the classname column

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

Parameters

string $classname 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

IgnoredModuleHookQuery The current query, for fluid interface

at line 419
IgnoredModuleHookQuery 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

IgnoredModuleHookQuery The current query, for fluid interface

at line 462
IgnoredModuleHookQuery 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

IgnoredModuleHookQuery The current query, for fluid interface

at line 493
IgnoredModuleHookQuery filterByModule( Module|ObjectCollection $module, string $comparison = null)

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

Parameters

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

Return Value

IgnoredModuleHookQuery The current query, for fluid interface

at line 518
IgnoredModuleHookQuery joinModule( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the Module relation

Parameters

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

Return Value

IgnoredModuleHookQuery The current query, for fluid interface

at line 553
ModuleQuery useModuleQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the Module relation Module 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

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

See also

useQuery()

at line 568
IgnoredModuleHookQuery filterByHook( Hook|ObjectCollection $hook, string $comparison = null)

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

Parameters

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

Return Value

IgnoredModuleHookQuery The current query, for fluid interface

at line 593
IgnoredModuleHookQuery joinHook( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the Hook relation

Parameters

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

Return Value

IgnoredModuleHookQuery The current query, for fluid interface

at line 628
HookQuery useHookQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the Hook relation Hook 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

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

See also

useQuery()

at line 642
IgnoredModuleHookQuery prune( IgnoredModuleHook $ignoredModuleHook = null)

Exclude object from result

Parameters

IgnoredModuleHook $ignoredModuleHook Object to remove from the list of results

Return Value

IgnoredModuleHookQuery The current query, for fluid interface

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

Deletes all rows from the ignoredmodulehook table.

Parameters

ConnectionInterface $con the connection to use

Return Value

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

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

Performs a DELETE on the database, given a ChildIgnoredModuleHook 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 737
IgnoredModuleHookQuery recentlyUpdated( int $nbDays = 7)

Filter by the latest updated

Parameters

int $nbDays Maximum age of the latest update in days

Return Value

IgnoredModuleHookQuery The current query, for fluid interface

at line 749
IgnoredModuleHookQuery recentlyCreated( int $nbDays = 7)

Filter by the latest created

Parameters

int $nbDays Maximum age of in days

Return Value

IgnoredModuleHookQuery The current query, for fluid interface

at line 759
IgnoredModuleHookQuery lastUpdatedFirst()

Order by update date desc

Return Value

IgnoredModuleHookQuery The current query, for fluid interface

at line 769
IgnoredModuleHookQuery firstUpdatedFirst()

Order by update date asc

Return Value

IgnoredModuleHookQuery The current query, for fluid interface

at line 779
IgnoredModuleHookQuery lastCreatedFirst()

Order by create date desc

Return Value

IgnoredModuleHookQuery The current query, for fluid interface

at line 789
IgnoredModuleHookQuery firstCreatedFirst()

Order by create date asc

Return Value

IgnoredModuleHookQuery The current query, for fluid interface

at line 68
ChildIgnoredModuleHookQuery orderByModuleId($order = Criteria::ASC)

Order by the module_id column

Parameters

$order

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery orderByHookId($order = Criteria::ASC)

Order by the hook_id column

Parameters

$order

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery orderByMethod($order = Criteria::ASC)

Order by the method column

Parameters

$order

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery orderByClassname($order = Criteria::ASC)

Order by the classname column

Parameters

$order

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

Parameters

$order

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

Parameters

$order

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery groupByModuleId()

Group by the module_id column

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery groupByHookId()

Group by the hook_id column

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery groupByMethod()

Group by the method column

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery groupByClassname()

Group by the classname column

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery groupByCreatedAt()

Group by the created_at column

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery groupByUpdatedAt()

Group by the updated_at column

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery leftJoin($relation)

Adds a LEFT JOIN clause to the query

Parameters

$relation

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery rightJoin($relation)

Adds a RIGHT JOIN clause to the query

Parameters

$relation

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery innerJoin($relation)

Adds a INNER JOIN clause to the query

Parameters

$relation

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery leftJoinModule($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery rightJoinModule($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery innerJoinModule($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery leftJoinHook($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery rightJoinHook($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHookQuery innerJoinHook($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildIgnoredModuleHookQuery

at line 68
ChildIgnoredModuleHook findOne( ConnectionInterface $con = null)

Return the first ChildIgnoredModuleHook matching the query

Parameters

ConnectionInterface $con

Return Value

ChildIgnoredModuleHook

at line 68
ChildIgnoredModuleHook findOneOrCreate( ConnectionInterface $con = null)

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

Parameters

ConnectionInterface $con

Return Value

ChildIgnoredModuleHook

at line 68
ChildIgnoredModuleHook findOneByModuleId( int $module_id)

Return the first ChildIgnoredModuleHook filtered by the module_id column

Parameters

int $module_id

Return Value

ChildIgnoredModuleHook

at line 68
ChildIgnoredModuleHook findOneByHookId( int $hook_id)

Return the first ChildIgnoredModuleHook filtered by the hook_id column

Parameters

int $hook_id

Return Value

ChildIgnoredModuleHook

at line 68
ChildIgnoredModuleHook findOneByMethod( string $method)

Return the first ChildIgnoredModuleHook filtered by the method column

Parameters

string $method

Return Value

ChildIgnoredModuleHook

at line 68
ChildIgnoredModuleHook findOneByClassname( string $classname)

Return the first ChildIgnoredModuleHook filtered by the classname column

Parameters

string $classname

Return Value

ChildIgnoredModuleHook

at line 68
ChildIgnoredModuleHook findOneByCreatedAt( string $created_at)

Return the first ChildIgnoredModuleHook filtered by the created_at column

Parameters

string $created_at

Return Value

ChildIgnoredModuleHook

at line 68
ChildIgnoredModuleHook findOneByUpdatedAt( string $updated_at)

Return the first ChildIgnoredModuleHook filtered by the updated_at column

Parameters

string $updated_at

Return Value

ChildIgnoredModuleHook

at line 68
array findByModuleId( int $module_id)

Return ChildIgnoredModuleHook objects filtered by the module_id column

Parameters

int $module_id

Return Value

array

at line 68
array findByHookId( int $hook_id)

Return ChildIgnoredModuleHook objects filtered by the hook_id column

Parameters

int $hook_id

Return Value

array

at line 68
array findByMethod( string $method)

Return ChildIgnoredModuleHook objects filtered by the method column

Parameters

string $method

Return Value

array

at line 68
array findByClassname( string $classname)

Return ChildIgnoredModuleHook objects filtered by the classname column

Parameters

string $classname

Return Value

array

at line 68
array findByCreatedAt( string $created_at)

Return ChildIgnoredModuleHook objects filtered by the created_at column

Parameters

string $created_at

Return Value

array

at line 68
array findByUpdatedAt( string $updated_at)

Return ChildIgnoredModuleHook objects filtered by the updated_at column

Parameters

string $updated_at

Return Value

array