Smalot\Magento\Catalog\Category::getLevel PHP 메소드

getLevel() 공개 메소드

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
리턴 Smalot\Magento\ActionInterface
    public function getLevel($website, $storeView = null, $parentCategory = null)
    {
        return $this->__createAction('catalog_category.level', func_get_args());
    }