Exemplo n.º 1
0
 /**
  * Get all contributors of wiki
  *
  * @access	public
  */
 static function getPageContributors($a_page_id)
 {
     global $ilDB;
     $contributors = parent::getPageContributors("wpg", $a_page_id);
     return $contributors;
 }