This class can be used to sort the elements of an array using a pure PHP implementation of the quick sort algorithm.
It traverses the values of the array and switches the positions of the elements of the array following the quick sort algorithm, until the array is all sorted.