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