Beispiel #1
0
 public function __construct($attributes = array())
 {
     $this->setViewId('all');
     parent::__construct($attributes);
 }
Beispiel #2
0
 public function __construct($attributes = array())
 {
     $viewId = Mage::registry('zendesk_tickets_view');
     $this->setViewId($viewId);
     parent::__construct($attributes);
 }