Mage_Adminhtml_Helper_Dashboard_Data Class Reference
List of all members.
Detailed Description
Definition at line 35 of file Data.php.
Member Function Documentation
Definition at line 49 of file Data.php.
00050 {
00051 return sizeof($this->_stores->getItems());
00052 }
Definition at line 54 of file Data.php.
00055 {
00056 return array(
00057 '24h'=>$this->__('Last 24 hours'),
00058 '7d'=>$this->__('Last 7 days'),
00059 '1m'=>$this->__('Last Month'),
00060 '1y'=>$this->__('YTD'),
00061 '2y'=>$this->__('2YTD')
00062 );
00063 }
Definition at line 40 of file Data.php.
00041 {
00042 if(!$this->_stores) {
00043 $this->_stores = Mage::app()->getStore()->getResourceCollection()->load();
00044 }
00045
00046 return $this->_stores;
00047 }
Member Data Documentation
$_locale = null [protected] |
$_stores = null [protected] |
The documentation for this class was generated from the following file:
- app/code/core/Mage/Adminhtml/Helper/Dashboard/Data.php