コード例 #1
0
ファイル: node.php プロジェクト: cedwards-reisys/nexus-web
 /**
  * Marks a node as read using the appropriate method.
  *
  * @param int $nodeid The ID of node being marked
  *
  * @return	array	Returns an array of nodes that were marked as read
  */
 public function markRead($nodeid)
 {
     return $this->library->markRead($nodeid);
 }