Return list of all existing CategorySet.
App::__Def()->getCategorySetList();
See below example:
$info = App::__Def()->getCategorySetList();
/*
Return like
Array
(
[0] => appreportgroup
[1] => product-cat
[2] => shippingrole
[3] => blog-cat
)
*/