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

getInfo() public method

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
return Smalot\Magento\ActionInterface
    public function getInfo($categoryId, $storeView = null, $attributes = null)
    {
        return $this->__createAction('catalog_category.info', func_get_args());
    }