示例#1
0
 /**
  * Returns the nodeid of the root forum channel
  *
  * @return	integer	The nodeid for the root forum channel
  */
 public function fetchForumChannel()
 {
     return $this->library->fetchForumChannel();
 }