Exemplo n.º 1
0
 /**
  * Initialize object
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('dashboard/graph.phtml');
 }
Exemplo n.º 2
0
 /**
  * Initialize object
  *
  * @return void
  */
 public function __construct()
 {
     $this->setHtmlId('newrelic');
     parent::__construct();
     $this->setTemplate('dashboard/proxiblue_newrelic.phtml');
 }