コード例 #1
0
 public static function userNameCompare($a, $b)
 {
     return HelperFunctions::naturalOrderCompare($a->getName(), $b->getName());
 }