/**
  * Clears the list of sites stored.
  *
  * @see SiteStore::clear()
  *
  * @return bool Success
  */
 public function clear()
 {
     $this->reset();
     return $this->siteStore->clear();
 }