Class Mage_Log_Model_Resource_Visitor_Collection
Visitor log collection
- Varien_Data_Collection_Db
- Mage_Core_Model_Resource_Db_Collection_Abstract
- Mage_Log_Model_Resource_Visitor_Collection
Direct known subclasses
Mage_Log_Model_Mysql4_Visitor_Collection
Package: Mage\Log
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Log/Model/Resource/Visitor/Collection.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Log/Model/Resource/Visitor/Collection.php
protected
|
|
public
|
|
public
|
#
addFieldToFilter( string $fieldName, array $condition = null )
Filter by customer ID, as 'type' field does not exist |
protected
string
|
|
public
|
|
public
boolean
|
|
public
|
CACHE_TAG
|
protected
string
|
$_visitorTable |
|
#
Visitor data table name |
protected
string
|
$_visitorInfoTable |
|
#
Visitor data info table name |
protected
string
|
$_customerTable |
|
#
Customer data table |
protected
string
|
$_urlTable |
|
#
Log URL data table name. |
protected
string
|
$_urlInfoTable |
|
#
Log URL expanded data table name. |
protected
string
|
$_summaryTable |
|
#
Aggregator data table. |
protected
string
|
$_summaryTypeTable |
|
#
Aggregator type data table. |
protected
string
|
$_quoteTable |
|
#
Quote data table. |
protected
boolean
|
$_isOnlineFilterUsed | false |
#
Online filter used flag |
protected
array
|
$_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'
) |
#
Field map |