clearCollectionKeys() 공개 메소드

Clear all synckeys from the known collections.
public clearCollectionKeys ( )
예제 #1
0
파일: Collections.php 프로젝트: horde/horde
 /**
  * Prepares the syncCache for a full sync request.
  */
 public function initFullSync()
 {
     $this->_cache->confirmed_synckeys = array();
     $this->_cache->clearCollectionKeys();
 }