コード例 #1
0
ファイル: Bar.php プロジェクト: jpbender/mage_virtual
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('dashboard/bar.phtml');
 }
コード例 #2
0
ファイル: Bar.php プロジェクト: arslbbt/mangentovies
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('dashboard/bar.phtml');
     $this->_currency = Mage::app()->getStore($this->getParam('store'))->getBaseCurrency();
 }
コード例 #3
0
ファイル: Graph.php プロジェクト: hyhoocchan/mage-local
 /**
  * Initialize object
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('dashboard/graph.phtml');
 }
コード例 #4
0
ファイル: Newrelic.php プロジェクト: c3limited/NewRelic
 /**
  * Initialize object
  *
  * @return void
  */
 public function __construct()
 {
     $this->setHtmlId('newrelic');
     parent::__construct();
     $this->setTemplate('dashboard/proxiblue_newrelic.phtml');
 }