Exemplo n.º 1
0
 public static function getChildren($category, $parentId = 0, $status = null)
 {
     return Menu::getChildren($category, $parentId, $status = null);
 }
Exemplo n.º 2
0
 public function getMenus($category = 'main', $parentId = 0)
 {
     return \source\modules\menu\models\Menu::getChildren($category, $parentId, 1);
 }