예제 #1
0
 /**
  * Initialize tab
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setShowGlobalIcon(true);
 }
예제 #2
0
 /**
  * Class constructor
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('package/product/edit/package.phtml');
 }