Smalot\Magento\Catalog\Category::update PHP Метод

update() публичный Метод

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
Результат Smalot\Magento\ActionInterface
    public function update($categoryId, $categoryData, $storeView = null)
    {
        return $this->__createAction('catalog_category.update', func_get_args());
    }