Nextras\Orm\Mapper\BaseMapper::clearCollectionCache PHP Méthode

clearCollectionCache() public méthode

    public function clearCollectionCache()
    {
        $this->collectionCache = (object) null;
    }

Usage Example

Exemple #1
0
 public function clearCollectionCache()
 {
     parent::clearCollectionCache();
     $this->data = null;
 }