コード例 #1
0
 /**
  * Fetch the next page of tags attached to the content id.
  *
  * @see NingObject::fetchUnorderedNextPage()
  */
 public function fetchUnorderedNextPage($id, $args = array())
 {
     $args[parent::ATTACHED_TO] = $id;
     return parent::fetchUnorderedNextPage($args);
 }