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