Exemplo n.º 1
0
 /**
  * Grid settings
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('devhelperGrid');
     $this->_filterVisibility = false;
     $this->_pagerVisibility = false;
 }