Methods summary
public
|
#
__construct( string $dbName = 'thelia', string $modelName = 'Thelia\\Model\\AdminLog', string $modelAlias = null )
Initializes internal state of BaseAdminLogQuery object.
Initializes internal state of BaseAdminLogQuery object.
Parameters
- $dbName
string $dbName The dabase name
- $modelName
string $modelName The phpName of a model, e.g. 'Book'
- $modelAlias
string $modelAlias The alias for the model in this query, e.g. 'b'
|
public static
Thelia\Model\AdminLogQuery
|
#
create( string $modelAlias = null, Thelia\Model\AdminLogQuery|Criteria $criteria = null )
Returns a new AdminLogQuery object.
Returns a new AdminLogQuery object.
Parameters
- $modelAlias
string $modelAlias The alias of a model in the query
- $criteria
Thelia\Model\AdminLogQuery|Criteria $criteria Optional Criteria to build the query from
Returns
|
public
Thelia\Model\AdminLog|Thelia\Model\AdminLog[]|mixed
|
#
findPk( mixed $key, PropelPDO $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.
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
- $key
mixed $key Primary key to use for the query
- $con
PropelPDO $con an optional connection object
Returns
|
public
Thelia\Model\AdminLog
|
#
findOneById( mixed $key, PropelPDO $con = null )
Alias of findPk to use instance pooling
Alias of findPk to use instance pooling
Parameters
- $key
mixed $key Primary key to use for the query
- $con
PropelPDO $con A connection object
Returns
Throws
PropelException
|
protected
Thelia\Model\AdminLog
|
#
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.
Find object by primary key using raw SQL to go fast. Bypass doSelect() and
the object formatter by using generated code.
Parameters
- $key
mixed $key Primary key to use for the query
- $con
PropelPDO $con A connection object
Returns
Throws
PropelException
|
protected
Thelia\Model\AdminLog|Thelia\Model\AdminLog[]|mixed
|
#
findPkComplex( mixed $key, PropelPDO $con )
Find object by primary key.
Find object by primary key.
Parameters
- $key
mixed $key Primary key to use for the query
- $con
PropelPDO $con A connection object
Returns
|
public
PropelObjectCollection|Thelia\Model\AdminLog[]|mixed
|
#
findPks( array $keys, PropelPDO $con = null )
Find objects by primary key
$objs = $c->findPks(array(12, 56, 832), $con);
Find objects by primary key
$objs = $c->findPks(array(12, 56, 832), $con);
Parameters
- $keys
array $keys Primary keys to use for the query
- $con
PropelPDO $con an optional connection object
Returns
PropelObjectCollection|Thelia\Model\AdminLog[]|mixedthe list of results, formatted by the current formatter
|
public
Thelia\Model\AdminLogQuery
|
#
filterByPrimaryKey( mixed $key )
Filter the query by primary key
Filter the query by primary key
Parameters
- $key
mixed $key Primary key to use for the query
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
filterByPrimaryKeys( array $keys )
Filter the query by a list of primary keys
Filter the query by a list of primary keys
Parameters
- $keys
array $keys The list of primary key to use for the query
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
filterById( mixed $id = null, string $comparison = null )
Filter the query on the id column
Filter the query on the id column
Example usage:
$query->filterById(1234);
$query->filterById(array(12, 34));
$query->filterById(array('min' => 12));
$query->filterById(array('max' => 12));
Parameters
- $id
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.
- $comparison
string $comparison Operator to use for the column comparison, defaults to
Criteria::EQUAL
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
filterByAdminLogin( string $adminLogin = null, string $comparison = null )
Filter the query on the admin_login column
Filter the query on the admin_login column
Example usage:
$query->filterByAdminLogin('fooValue');
$query->filterByAdminLogin('%fooValue%');
Parameters
- $adminLogin
string $adminLogin The value to use as filter. Accepts wildcards (* and % trigger a
LIKE)
- $comparison
string $comparison Operator to use for the column comparison, defaults to
Criteria::EQUAL
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
filterByAdminFirstname( string $adminFirstname = null, string $comparison = null )
Filter the query on the admin_firstname column
Filter the query on the admin_firstname column
Example usage:
$query->filterByAdminFirstname('fooValue');
$query->filterByAdminFirstname('%fooValue%');
Parameters
- $adminFirstname
string $adminFirstname The value to use as filter. Accepts wildcards (* and % trigger a
LIKE)
- $comparison
string $comparison Operator to use for the column comparison, defaults to
Criteria::EQUAL
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
filterByAdminLastname( string $adminLastname = null, string $comparison = null )
Filter the query on the admin_lastname column
Filter the query on the admin_lastname column
Example usage:
$query->filterByAdminLastname('fooValue');
$query->filterByAdminLastname('%fooValue%');
Parameters
- $adminLastname
string $adminLastname The value to use as filter. Accepts wildcards (* and % trigger a
LIKE)
- $comparison
string $comparison Operator to use for the column comparison, defaults to
Criteria::EQUAL
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
filterByAction( string $action = null, string $comparison = null )
Filter the query on the action column
Filter the query on the action column
Example usage:
$query->filterByAction('fooValue');
$query->filterByAction('%fooValue%');
Parameters
- $action
string $action The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
- $comparison
string $comparison Operator to use for the column comparison, defaults to
Criteria::EQUAL
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
filterByRequest( string $request = null, string $comparison = null )
Filter the query on the request column
Filter the query on the request column
Example usage:
$query->filterByRequest('fooValue');
$query->filterByRequest('%fooValue%');
Parameters
- $request
string $request The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
- $comparison
string $comparison Operator to use for the column comparison, defaults to
Criteria::EQUAL
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
filterByCreatedAt( mixed $createdAt = null, string $comparison = null )
Filter the query on the created_at column
Filter the query on the created_at column
Example usage:
$query->filterByCreatedAt('2011-03-14');
$query->filterByCreatedAt('now');
$query->filterByCreatedAt(array('max' => 'yesterday'));
Parameters
- $createdAt
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.
- $comparison
string $comparison Operator to use for the column comparison, defaults to
Criteria::EQUAL
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
filterByUpdatedAt( mixed $updatedAt = null, string $comparison = null )
Filter the query on the updated_at column
Filter the query on the updated_at column
Example usage:
$query->filterByUpdatedAt('2011-03-14');
$query->filterByUpdatedAt('now');
$query->filterByUpdatedAt(array('max' => 'yesterday'));
Parameters
- $updatedAt
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.
- $comparison
string $comparison Operator to use for the column comparison, defaults to
Criteria::EQUAL
Returns
|
public
Thelia\Model\AdminLogQuery
|
|
public
Thelia\Model\AdminLogQuery
|
#
recentlyUpdated( integer $nbDays = 7 )
Filter by the latest updated
Filter by the latest updated
Parameters
- $nbDays
integer $nbDays Maximum age of the latest update in days
Returns
|
public
Thelia\Model\AdminLogQuery
|
|
public
Thelia\Model\AdminLogQuery
|
|
public
Thelia\Model\AdminLogQuery
|
#
recentlyCreated( integer $nbDays = 7 )
Filter by the latest created
Filter by the latest created
Parameters
- $nbDays
integer $nbDays Maximum age of in days
Returns
|
public
Thelia\Model\AdminLogQuery
|
|
public
Thelia\Model\AdminLogQuery
|
|
Magic methods summary
public
Thelia\Model\AdminLogQuery
|
#
orderById( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the id column
Parameters
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
orderByAdminLogin( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the admin_login column
Order by the admin_login column
Parameters
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
orderByAdminFirstname( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the admin_firstname column
Order by the admin_firstname column
Parameters
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
orderByAdminLastname( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the admin_lastname column
Order by the admin_lastname column
Parameters
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
orderByAction( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the action column
Order by the action column
Parameters
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
orderByRequest( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the request column
Order by the request column
Parameters
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
orderByCreatedAt( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the created_at column
Order by the created_at column
Parameters
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
orderByUpdatedAt( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the updated_at column
Order by the updated_at column
Parameters
Returns
|
public
Thelia\Model\AdminLogQuery
|
|
public
Thelia\Model\AdminLogQuery
|
#
groupByAdminLogin( )
Group by the admin_login column
Group by the admin_login column
Returns
|
public
Thelia\Model\AdminLogQuery
|
|
public
Thelia\Model\AdminLogQuery
|
|
public
Thelia\Model\AdminLogQuery
|
#
groupByAction( )
Group by the action column
Group by the action column
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
groupByRequest( )
Group by the request column
Group by the request column
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
groupByCreatedAt( )
Group by the created_at column
Group by the created_at column
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
groupByUpdatedAt( )
Group by the updated_at column
Group by the updated_at column
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
leftJoin( mixed $relation = )
Adds a LEFT JOIN clause to the query
Adds a LEFT JOIN clause to the query
Parameters
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
rightJoin( mixed $relation = )
Adds a RIGHT JOIN clause to the query
Adds a RIGHT JOIN clause to the query
Parameters
Returns
|
public
Thelia\Model\AdminLogQuery
|
#
innerJoin( mixed $relation = )
Adds a INNER JOIN clause to the query
Adds a INNER JOIN clause to the query
Parameters
Returns
|
public
Thelia\Model\AdminLog
|
#
findOne( PropelPDO $con = null )
Return the first AdminLog matching the query
Return the first AdminLog matching the query
Parameters
Returns
|
public
Thelia\Model\AdminLog
|
#
findOneOrCreate( PropelPDO $con = null )
Return the first AdminLog matching the query, or a new AdminLog object
populated from the query conditions when no match is found
Return the first AdminLog matching the query, or a new AdminLog object
populated from the query conditions when no match is found
Parameters
Returns
|
public
Thelia\Model\AdminLog
|
#
findOneByAdminLogin( string $admin_login = )
Return the first AdminLog filtered by the admin_login column
Return the first AdminLog filtered by the admin_login column
Parameters
- $admin_login
string $admin_login
Returns
|
public
Thelia\Model\AdminLog
|
#
findOneByAdminFirstname( string $admin_firstname = )
Return the first AdminLog filtered by the admin_firstname column
Return the first AdminLog filtered by the admin_firstname column
Parameters
- $admin_firstname
string $admin_firstname
Returns
|
public
Thelia\Model\AdminLog
|
#
findOneByAdminLastname( string $admin_lastname = )
Return the first AdminLog filtered by the admin_lastname column
Return the first AdminLog filtered by the admin_lastname column
Parameters
- $admin_lastname
string $admin_lastname
Returns
|
public
Thelia\Model\AdminLog
|
#
findOneByAction( string $action = )
Return the first AdminLog filtered by the action column
Return the first AdminLog filtered by the action column
Parameters
Returns
|
public
Thelia\Model\AdminLog
|
#
findOneByRequest( string $request = )
Return the first AdminLog filtered by the request column
Return the first AdminLog filtered by the request column
Parameters
Returns
|
public
Thelia\Model\AdminLog
|
#
findOneByCreatedAt( string $created_at = )
Return the first AdminLog filtered by the created_at column
Return the first AdminLog filtered by the created_at column
Parameters
- $created_at
string $created_at
Returns
|
public
Thelia\Model\AdminLog
|
#
findOneByUpdatedAt( string $updated_at = )
Return the first AdminLog filtered by the updated_at column
Return the first AdminLog filtered by the updated_at column
Parameters
- $updated_at
string $updated_at
Returns
|
public
array
|
#
findById( integer $id = )
Return AdminLog objects filtered by the id column
Return AdminLog objects filtered by the id column
Parameters
Returns
array
|
public
array
|
#
findByAdminLogin( string $admin_login = )
Return AdminLog objects filtered by the admin_login column
Return AdminLog objects filtered by the admin_login column
Parameters
- $admin_login
string $admin_login
Returns
array
|
public
array
|
#
findByAdminFirstname( string $admin_firstname = )
Return AdminLog objects filtered by the admin_firstname column
Return AdminLog objects filtered by the admin_firstname column
Parameters
- $admin_firstname
string $admin_firstname
Returns
array
|
public
array
|
#
findByAdminLastname( string $admin_lastname = )
Return AdminLog objects filtered by the admin_lastname column
Return AdminLog objects filtered by the admin_lastname column
Parameters
- $admin_lastname
string $admin_lastname
Returns
array
|
public
array
|
#
findByAction( string $action = )
Return AdminLog objects filtered by the action column
Return AdminLog objects filtered by the action column
Parameters
Returns
array
|
public
array
|
#
findByRequest( string $request = )
Return AdminLog objects filtered by the request column
Return AdminLog objects filtered by the request column
Parameters
Returns
array
|
public
array
|
#
findByCreatedAt( string $created_at = )
Return AdminLog objects filtered by the created_at column
Return AdminLog objects filtered by the created_at column
Parameters
- $created_at
string $created_at
Returns
array
|
public
array
|
#
findByUpdatedAt( string $updated_at = )
Return AdminLog objects filtered by the updated_at column
Return AdminLog objects filtered by the updated_at column
Parameters
- $updated_at
string $updated_at
Returns
array
|