clearCollectionCache() public method

Exemplo n.º 1
0
 public function clearCollectionCache()
 {
     parent::clearCollectionCache();
     $this->data = null;
 }