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