Nextras\Orm\Mapper\BaseMapper::clearCollectionCache PHP Method

clearCollectionCache() public method

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

Usage Example

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