示例#1
0
 /**
  * Fetch the tags attached to the given content id.
  *
  * @see NingObject::fetchUnordered()
  */
 public function fetchUnordered($id, $args = array())
 {
     $args[parent::ATTACHED_TO] = $id;
     return parent::fetchUnordered($args);
 }