コード例 #1
0
ファイル: Eager.php プロジェクト: drabberhorizon/ActiveNative
 /**
  * {@inheritdoc}
  */
 public function flushAll()
 {
     $this->storage->doDelete($this->storageId);
     $this->content = array();
     $this->isDirty = false;
     return true;
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function delete($id)
 {
     return $this->backend->doDelete($id);
 }