Exemplo n.º 1
0
 /**
  * Tag the entry
  *
  * @return  boolean
  */
 public function tag($tags = null, $user_id = 0, $admin = 0)
 {
     $cloud = new Tags($this->get('id'));
     return $cloud->setTags($tags, $user_id, $admin);
 }