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

getAssignedProducts() public method

Retrieve the list of products assigned to a required category.
public getAssignedProducts ( integer $categoryId ) : Smalot\Magento\ActionInterface
$categoryId integer
return Smalot\Magento\ActionInterface
    public function getAssignedProducts($categoryId)
    {
        return $this->__createAction('catalog_category.assignedProducts', func_get_args());
    }