Class Mage_Log_Model_Mysql4_Visitor_Collection

Description

Mage_Log_Model_Mysql4_Customers_Collection

Located in /Log/Model/Mysql4/Visitor/Collection.php (line 35)

Varien_Data_Collection_Db
   |
   --Mage_Log_Model_Mysql4_Visitor_Collection
Variable Summary
Method Summary
Mage_Log_Model_Mysql4_Visitor_Collection __construct ()
Mage_Log_Model_Mysql4_Visitor_Collection addFieldToFilter (string $fieldName, [array $condition = null])
void addVisitorStoreFilter (array|int $storeIds)
void getAggregatedData ([ $period = 720], [ $type_code = null], [ $customFrom = null], [ $customTo = null])
void load ([ $printQuery = false], [ $logQuery = false])
object useOnlineFilter ([int $minutes = null])
void _getFieldMap ( $fieldName)
void _getGroupByDateFormat ( $type)
void _getRangeByType ( $type_code)
Variables
string $_customerTable (line 56)

Customer data table

  • access: protected
mixed $_fieldMap = array(
'customer_firstname' => 'customer_firstname_table.value',
'customer_lastname' => 'customer_lastname_table.value',
'customer_email' => 'customer_email_table.email',
'customer_id' => 'customer_table.customer_id',
'url' => 'url_info_table.url'
)
(line 95)
  • access: protected
mixed $_isOnlineFilterUsed = false (line 93)
  • access: protected
string $_quoteTable (line 91)

Quote data table.

  • access: protected
string $_summaryTable (line 77)

Aggregator data table.

  • access: protected
string $_summaryTypeTable (line 84)

Aggregator type data table.

  • access: protected
string $_urlInfoTable (line 70)

Log URL expanded data table name.

  • access: protected
string $_urlTable (line 63)

Log URL data table name.

  • access: protected
string $_visitorInfoTable (line 49)

Visitor data info table name

  • access: protected
string $_visitorTable (line 42)

Visitor data table name

  • access: protected
Methods
Constructor __construct (line 107)

Construct

Mage_Log_Model_Mysql4_Visitor_Collection __construct ()
addFieldToFilter (line 272)

Filter by customer ID, as 'type' field does not exist

  • access: public
Mage_Log_Model_Mysql4_Visitor_Collection addFieldToFilter (string $fieldName, [array $condition = null])
  • string $fieldName
  • array $condition
addVisitorStoreFilter (line 313)

Filter visitors by specified store ids

  • access: public
void addVisitorStoreFilter (array|int $storeIds)
  • array|int $storeIds
getAggregatedData (line 185)
  • access: public
void getAggregatedData ([ $period = 720], [ $type_code = null], [ $customFrom = null], [ $customTo = null])
  • $period
  • $type_code
  • $customFrom
  • $customTo
getIsOnlineFilterUsed (line 303)
  • access: public
void getIsOnlineFilterUsed ()
load (line 294)
  • access: public
void load ([ $printQuery = false], [ $logQuery = false])
  • $printQuery
  • $logQuery
showCustomersOnly (line 178)
  • access: public
void showCustomersOnly ()
useOnlineFilter (line 130)

Enables online only select

  • access: public
object useOnlineFilter ([int $minutes = null])
  • int $minutes
_getFieldMap (line 285)
  • access: protected
void _getFieldMap ( $fieldName)
  • $fieldName
_getGroupByDateFormat (line 231)
  • access: protected
void _getGroupByDateFormat ( $type)
  • $type
_getRangeByType (line 245)
  • access: protected
void _getRangeByType ( $type_code)
  • $type_code

Documentation generated on Fri, 11 Feb 2011 16:58:21 +0200 by phpDocumentor 1.4.3