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

create() 공개 메소드

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
리턴 Smalot\Magento\ActionInterface
    public function create($parentId, $categoryData, $storeView = null)
    {
        return $this->__createAction('catalog_category.create', func_get_args());
    }