Ublaboo\DataGrid\Utils\Sorting::__construct PHP Метод

__construct() публичный Метод

public __construct ( array $sort, callable $sort_callback = NULL )
$sort array
$sort_callback callable
    public function __construct(array $sort, callable $sort_callback = NULL)
    {
        $this->sort = $sort;
        $this->sort_callback = $sort_callback;
    }