コード例 #1
0
ファイル: node.php プロジェクト: cedwards-reisys/nexus-web
 /**
  * 	returns id of the Private Message Channel
  *
  *	@return	integer		array including
  ***/
 public function fetchPMChannel()
 {
     return $this->library->fetchPMChannel();
 }