Ejemplo n.º 1
0
 /**
  * Return an array of stored tags
  *
  * @return array array of stored tags (string)
  */
 public function getTags()
 {
     return $this->_slowBackend->getTags();
 }