/** * Discards the internal cache. * @param bool */ protected function release($count = false) { if ($count) { $this->count = NULL; } parent::release(); }
/** * Discards the internal cache. * @param bool */ protected function release($count = false) { if ($count) { $this->count = NULL; } $this->dataSource = NULL; parent::release(); }