Home
last modified time | relevance | path

Searched refs:typeComparator (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/
H A DFact.php618 $ret = self::typeComparator()($a, $b);
639 public static function typeComparator(): Closure function in Fisharebest\\Webtrees\\Fact
728 usort($nondated, self::typeComparator());
739 if ($j < $nc && self::typeComparator()($dated[$i], $nondated[$j]) > 0) {