PHP Class Algolia_Algoliasearch_Helper_Logger, algoliasearch-magento

Inheritance: extends Mage_Core_Helper_Abstract
Datei anzeigen Open project: algolia/algoliasearch-magento Class Usage Examples

Protected Properties

Property Type Description
$config Algolia_Algoliasearch_Helper_Config
$enabled
$stores
$timers

Public Methods

Method Description
__construct ( )
getStoreName ( $storeId )
isEnable ( )
log ( $message, $forceLog = false )
start ( $action )
stop ( $action )

Protected Methods

Method Description
formatTime ( $begin, $end )

Method Details

__construct() public method

public __construct ( )

formatTime() protected method

protected formatTime ( $begin, $end )

getStoreName() public method

public getStoreName ( $storeId )

isEnable() public method

public isEnable ( )

log() public method

public log ( $message, $forceLog = false )

start() public method

public start ( $action )

stop() public method

public stop ( $action )

Property Details

$config protected_oe property

protected Algolia_Algoliasearch_Helper_Config $config
return Algolia_Algoliasearch_Helper_Config

$enabled protected_oe property

protected $enabled

$stores protected_oe property

protected $stores

$timers protected_oe property

protected $timers