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

getInfo() 공개 메소드

Allows you to retrieve information about the required category.
public getInfo ( integer $categoryId, string $storeView = null, array $attributes = null ) : Smalot\Magento\ActionInterface
$categoryId integer
$storeView string
$attributes array
리턴 Smalot\Magento\ActionInterface
    public function getInfo($categoryId, $storeView = null, $attributes = null)
    {
        return $this->__createAction('catalog_category.info', func_get_args());
    }