App\Source\RouteSystem\PageRouteCollection::sort PHP Method

sort() public static method

public static sort ( $callable )
    public static function sort($callable)
    {
        self::$collection = usort(self::$collection, $callable);
        return self::$collection;
    }