Ejemplo n.º 1
0
 /**
  * @service payout export_own
  * @return Gpf_Rpc_Serializable
  */
 public function getCSVFile(Gpf_Rpc_Params $params) {
     return parent::getCSVFile($params);
 }
 protected function buildWhere() {
     parent::buildWhere();
     if ($this->_params->exists('userid')) {
         $this->_selectBuilder->where->add('p.'.Pap_Db_Table_Payouts::USER_ID, '=', $this->_params->get('userid'));
     }
 }