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