Ejemplo n.º 1
0
 public function setTags(array $tags, $type = 'default')
 {
     return TagModel::setTags($this, $tags, $type);
 }