Пример #1
0
 public function __construct()
 {
     $this->_title = $this->__('My Price Subscriptions');
     $this->_type = "price";
     parent::__construct();
 }
Пример #2
0
 public function __construct()
 {
     $this->_title = $this->__('My Stock Subscriptions');
     $this->_type = "stock";
     parent::__construct();
 }