コード例 #1
0
ファイル: node.php プロジェクト: cedwards-reisys/nexus-web
 /**
  * Returns the nodeid of the root forum channel
  *
  * @return	integer	The nodeid for the root forum channel
  */
 public function fetchForumChannel()
 {
     return $this->library->fetchForumChannel();
 }