/** reset limits * reset limits of this class: lastlogin and all limits from upper class */ function resetLimits() { parent::resetLimits(); $this->_lastlogin_limit = NULL; $this->_lastlogin_older_limit = NULL; $this->_lastlogin_newer_limit = NULL; }
/** 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->_from_limit = NULL; $this->_interval_limit = NULL; $this->_order = NULL; $this->_time_limit = NULL; $this->_user_id_limit = NULL; $this->_room_type = CS_PRIVATEROOM_TYPE; }
/** 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->_from_limit = NULL; $this->_interval_limit = NULL; $this->_user_id_limit = NULL; $this->_all_room_limit = false; $this->_order = NULL; $this->_deleted_limit = NULL; $this->_time_limit = NULL; $this->_continuous_limit = NULL; $this->_template_limit = NULL; $this->_logarchive_limit = NULL; $this->_limit_with_grouproom = false; $this->_limit_only_grouproom = false; $this->_archive_limit = false; }
/** reset limits * reset limits of this class */ function resetLimits() { parent::resetLimits(); $this->_url_limit = NULL; }