getPoints(); // Put cards with no points on top. $has_points = ($points !== null); if (!$has_points) { $overall_order = 0; } else { $overall_order = 1; } return array( $overall_order, -1.0 * (double)$points, -1 * (int)$object->getID(), ); } }