/** reset limits
  * reset limits of this class: age limit, group limit, from limit, interval limit, order limit and all limits from upper class
  */
 function resetLimits()
 {
     parent::resetLimits();
     $_source_limit = NULL;
     $_external_id_limit = NULL;
     $_commsy_id_limit = NULL;
 }
 function resetLimits()
 {
     parent::resetLimits();
     $this->_user_limit = NULL;
     $this->_delete_limit = true;
     $this->_sort_order = NULL;
     $this->_template_limit = NULL;
 }
 /** reset limits
  * reset limits of this class: age limit, group limit, from limit, interval limit, order limit and all limits from upper class
  *
  * @author CommSy Development Group
  */
 public function resetLimits()
 {
     parent::resetLimits();
     $this->_father_limit = NULL;
     $this->_index_limit = NULL;
     $this->_sort_order = NULL;
     $this->_interval_limit = NULL;
     $this->_from_limit = NULL;
 }
Exemple #4
0
 /** reset limits
  * reset limits of this class: status limit, order limit and all limits from upper class
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_status_limit = NULL;
     $this->_order = NULL;
     $this->_search_limit = NULL;
     $this->_from_limit = NULL;
     $this->_interval_limit = NULL;
     $_linked_id_limit = NULL;
 }
Exemple #5
0
 /** reset limits
  * reset limits of this class: age limit, group limit, from limit, interval limit, order limit and all limits from upper class
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_date_limit = NULL;
     $this->_from_limit = NULL;
     $this->_interval_limit = NULL;
     $this->_institution_limit = NULL;
     $this->_topic_limit = NULL;
     $this->_sort_order = NULL;
     $this->_group_limit = NULL;
 }
Exemple #6
0
 /** reset limits
  * reset limits of this class: type limit, from limit, interval limit, order limit and all limits from upper class
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_age_limit = NULL;
     $this->_title_limit = NULL;
     $this->_from_limit = NULL;
     $this->_interval_limit = NULL;
     $this->_order = NULL;
     $this->_sort_order = NULL;
     $this->_exact_title_limit = NULL;
     $this->_id_array_limit = array();
 }
Exemple #7
0
 /** reset limits
  * reset limits of this class: age limit, from limit, interval limit, order limit and all limits from upper class
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_status_limit = NULL;
     $this->_all_room_limit = false;
     $this->_all_status_limit = false;
     $this->_order = NULL;
     $this->_institution_limit = NULL;
     $this->_topic_limit = NULL;
     $this->_sort_order = NULL;
     $this->_id_array_limit = NULL;
 }
Exemple #8
0
 /** reset limits
  * reset limits of this class: age limit, group limit, from limit, interval limit, order limit and all limits from upper class
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_age_limit = NULL;
     $this->_future_limit = NULL;
     $this->_status_limit = NULL;
     $this->_from_limit = NULL;
     $this->_interval_limit = NULL;
     $this->_search_limit = NULL;
     $this->_group_limit = NULL;
     $this->_topic_limit = NULL;
     $this->_user_limit = NULL;
     $this->_sort_order = NULL;
     $this->_assignment_limit = false;
 }
Exemple #9
0
 /** reset limits
  * reset limits of this class: age limit and all limits from upper class
  *
  * @author CommSy Development Group
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_age_limit = NULL;
     $this->_type_limit = NULL;
     $this->_order_limit = NULL;
     $this->_list_limit = NULL;
     $this->_matrix_limit = NULL;
     $this->_label_limit = NULL;
     $this->_interval_limit = NULL;
     $this->_type_array_limit = array();
     $this->_user_userid_limit = NULL;
     $this->_user_authsourceid_limit = NULL;
     $this->_user_since_lastlogin_limit = NULL;
     $this->_no_interval_limit = false;
 }
Exemple #10
0
 /** reset limits
  * reset limits of this class: age limit, group limit, from limit, interval limit, order limit and all limits from upper class
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_age_limit = NULL;
     $this->_future_limit = FALSE;
     $this->_from_limit = NULL;
     $this->_interval_limit = NULL;
     $this->_order = NULL;
     $this->_group_limit = NULL;
     $this->_topic_limit = NULL;
     $this->_sort_order = NULL;
     $this->_month_limit = NULL;
     $this->_month_limit2 = NULL;
     $this->_day_limit = NULL;
     $this->_day_limit2 = NULL;
     $this->_year_limit = NULL;
     $this->_color_limit = NULL;
     $this->_recurrence_limit = NULL;
     $this->_date_mode_limit = 1;
     $this->_assignment_limit = false;
     $this->_not_older_than_limit = NULL;
     $this->_between_limit = null;
     $this->_related_user_limit = NULL;
 }
Exemple #11
0
 /** reset limits
  * reset limits of this class: age limit, group limit, from limit, interval limit, order limit and all limits from upper class
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_user_id_limit = NULL;
     $this->_user_limit = NULL;
     $this->_age_limit = NULL;
     $this->_from_limit = NULL;
     $this->_interval_limit = NULL;
     $this->_visible_limit = NULL;
     $this->_status_limit = NULL;
     $this->_status_project_limit = NULL;
     $this->_status_select_limit = NULL;
     $this->_lastlogin_limit = false;
     $this->_name_limit = NULL;
     $this->_group_limit = NULL;
     $this->_institution_limit = NULL;
     $this->_topic_limit = NULL;
     $this->_group_array_limit = NULL;
     $this->_order = NULL;
     $this->_sort_order = NULL;
     $this->_delete_limit = true;
     $this->_id_array_limit = array();
     $this->_context_array_limit = NULL;
     $this->_contact_moderator_limit = NULL;
     $this->_auth_source_limit = NULL;
     $this->_limit_community = NULL;
     $this->_limit_project = NULL;
     $this->_limit_portal_id = NULL;
     $this->_limit_no_membership = NULL;
     $this->_only_from_portal = false;
     $this->_limit_email = NULL;
     $this->_user_limit_binary = NULL;
     $this->_limit_connection_key = NULL;
     $this->_limit_connection_server_key = NULL;
     $this->_limit_connection_own_key = NULL;
 }
Exemple #12
0
 /** reset limits
  * reset limits of this class: age limit, group limit, from limit, interval limit, order limit, type limit, id-array limit, dossier limit and all limits from upper class
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_public_limit = NULL;
     $this->_age_limit = NULL;
     $this->_group_limit = NULL;
     $this->_from_limit = NULL;
     $this->_interval_limit = NULL;
     $this->_institution_limit = NULL;
     $this->_topics_limit = NULL;
     $this->_ref_id_limit = NULL;
     $this->_ref_user_limit = NULL;
     $this->_order = NULL;
     $this->_limit_only_files_mode = NULL;
     $this->reset_id_limit();
     $this->_handle_tmp_manual = false;
 }
 /** reset limits
  * reset limits of this class
  */
 function resetLimits()
 {
     parent::resetLimits();
 }
 /** reset limits
  * reset limits of this class: age limit, from limit, interval limit, order limit and all limits from upper class
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_age_limit = NULL;
     $this->_from_limit = NULL;
     $this->_interval_limit = NULL;
     $this->_order = NULL;
     $this->_sort_position = false;
 }
Exemple #15
0
 /** reset limits
  * reset limits of this class: type limit, from limit, interval limit, order limit and all limits from upper class
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_type_limit = NULL;
     $this->_age_limit = NULL;
     $this->_name_limit = NULL;
     $this->_from_limit = NULL;
     $this->_interval_limit = NULL;
     $this->_institution_limit = NULL;
     $this->_topic_limit = NULL;
     $this->_group_limit = NULL;
     $this->_material_limit = NULL;
     $this->_version_limit = NULL;
     $this->_dossier_limit = NULL;
     $this->_order = NULL;
     $this->_sort_order = NULL;
     $this->_exact_name_limit = NULL;
     $this->_count_links = false;
 }
Exemple #16
0
 /** reset limits
  * reset limits of this class: age limit, group limit, from limit, interval limit, order limit and all limits from upper class
  *
  * @version $Revision$
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_from_limit = NULL;
     $this->_interval_limit = NULL;
     $this->reset_search_limit();
     $this->_order = NULL;
     $this->_todo_item_id_limit = 0;
     $this->_version_id_limit = 0;
 }
 /** reset limits
  * reset limits of this class: refid limit, order limit and all limits from upper class
  *
  * @author CommSy Development Group
  */
 function resetLimits()
 {
     parent::resetLimits();
     $this->_linked_item_id = 0;
     $this->_order = NULL;
 }