clearCollectionCache() public method

コード例 #1
0
ファイル: ArrayMapper.php プロジェクト: nextras/orm
 public function clearCollectionCache()
 {
     parent::clearCollectionCache();
     $this->data = null;
 }