Ejemplo n.º 1
0
 /**
  * Constructor to initialize the orders tab.
  * 
  * @return void
  */
 public function __construct()
 {
     $this->setHtmlId('orders');
     parent::__construct();
 }
Ejemplo n.º 2
0
 /**
  * Initialize the Block with the path to the
  * template to use.
  * 
  *  @return void
  */
 public function __construct()
 {
     $this->setHtmlId('tracking');
     parent::__construct();
     $this->setTemplate('piwik/dashboard/graph.phtml');
 }
Ejemplo n.º 3
0
 /**
  * Constructor to initialize the tracking tab.
  * 
  * @return void
  */
 public function __construct()
 {
     $this->setHtmlId('tracking');
     parent::__construct();
 }
Ejemplo n.º 4
0
 /**
  * Constructor to initialize the amounts tab.
  * 
  * @return void
  */
 public function __construct()
 {
     $this->setHtmlId('amounts');
     parent::__construct();
 }