Beispiel #1
0
 /**
  * Remove all items from a repository collection.
  *
  * @return bool Returns true on successful truncation; false on failure.
  */
 public function truncate()
 {
     return $this->peer->truncate();
 }