public function __construct(Pap_Stats_Params $params) {
     parent::__construct($params);
     $this->initTransTypes();
 }
 public function __construct(Pap_Stats_Params $params) {
     parent::__construct($params);
     $this->name = $this->_('All');
 }