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

create() public method

Create a new category and return its ID.
public create ( integer $parentId, array $categoryData, string $storeView = null ) : Smalot\Magento\ActionInterface
$parentId integer
$categoryData array
$storeView string
return Smalot\Magento\ActionInterface
    public function create($parentId, $categoryData, $storeView = null)
    {
        return $this->__createAction('catalog_category.create', func_get_args());
    }