SlightPHP\Rest_Http::_sort PHP Method

_sort() private static method

private static _sort ( $a, $b )
    private static function _sort($a, $b)
    {
        return $a['id'] > $b['id'];
    }