Example #1
0
 /**
  * @codeCoverageIgnore
  * Returns available cache information (takes into account user preferences)
  *
  * @since 1.9
  *
  * @return string
  */
 public function getCacheInfo()
 {
     return $this->collector->isCached() ? $this->msg('smw-sp-properties-cache-info', $this->getLanguage()->userTimeAndDate($this->collector->getCacheDate(), $this->getUser()))->parse() : '';
 }