Exemplo n.º 1
0
 public function getTags()
 {
     $model = new Tags();
     return $model->findTagWeights($this->maxTags);
 }