getCategorySetList

Navigation:  Development > Architecture and Standard > App Factory > __Def >

getCategorySetList

Previous pageReturn to chapter overviewNext page

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

)
*/