コード例 #1
0
ファイル: Graph.php プロジェクト: hyhoocchan/mage-local
 /**
  * Initialize object
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('dashboard/graph.phtml');
 }
コード例 #2
0
ファイル: Newrelic.php プロジェクト: c3limited/NewRelic
 /**
  * Initialize object
  *
  * @return void
  */
 public function __construct()
 {
     $this->setHtmlId('newrelic');
     parent::__construct();
     $this->setTemplate('dashboard/proxiblue_newrelic.phtml');
 }