Exemplo n.º 1
0
 public function __construct()
 {
     $this->_title = $this->__('My Price Subscriptions');
     $this->_type = "price";
     parent::__construct();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->_title = $this->__('My Stock Subscriptions');
     $this->_type = "stock";
     parent::__construct();
 }