Esempio n. 1
0
 /**
  * Returns KunenaKeyword object
  *
  * @access	public
  * @param	identifier		The keyword to load - Can be either string or integer
  * @return	KunenaKeyword		The topic object.
  * @since	1.7
  */
 public static function getInstance($identifier, $reset = false)
 {
     return KunenaKeywordHelper::get($identifier, $reset);
 }