Smalot\Magento\Catalog\Category::getLevel PHP Method

getLevel() public method

Allows you to retrieve one level of categories by a website, a store view, or a parent category.
public getLevel ( string $website, string $storeView = null, string $parentCategory = null ) : Smalot\Magento\ActionInterface
$website string
$storeView string
$parentCategory string
return Smalot\Magento\ActionInterface
    public function getLevel($website, $storeView = null, $parentCategory = null)
    {
        return $this->__createAction('catalog_category.level', func_get_args());
    }