/** * Reinit default parameters * * @return void */ public function reinit() { parent::reinit(); $this->_date_field = self::DATE_BEGIN; $this->_start_date_filter = null; $this->_end_date_filter = null; $this->_payment_type_filter = null; $this->_filtre_transactions = null; $this->_count = null; $this->_filtre_cotis_adh = null; $this->_from_transaction = false; $this->_max_amount = null; $this->_sum = null; }
/** * Reinit default parameters * * @return void */ public function reinit() { parent::reinit(); $this->_filter_str = null; $this->_field_filter = null; $this->_membership_filter = null; $this->_account_status_filter = null; $this->_email_filter = Members::FILTER_DC_EMAIL; $this->_group_filter = null; $this->_selected = array(); }
/** * Reinit default parameters * * @return void */ public function reinit() { parent::reinit(); $this->_start_date_filter = null; $this->_end_date_filter = null; }