Exemple #1
0
 /**
  * Sets the user titles in the ladder.
  *
  * @param array $userTitles
  * @param string $titleField Name of the numeric field to compare against for the title ladder
  */
 public static function setUserTitles(array $userTitles, $titleField = '')
 {
     self::$_userTitles = $userTitles;
     if ($titleField) {
         self::$_userTitleField = $titleField;
     }
 }