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

update() public method

Update the required category. Note that you should specify only those parameters which you want to be updated.
public update ( integer $categoryId, array $categoryData, string $storeView = null ) : Smalot\Magento\ActionInterface
$categoryId integer
$categoryData array
$storeView string
return Smalot\Magento\ActionInterface
    public function update($categoryId, $categoryData, $storeView = null)
    {
        return $this->__createAction('catalog_category.update', func_get_args());
    }