Smalot\Magento\Catalog\Product::getInfo PHP Method

getInfo() public method

Allows you to retrieve information about the required product.
public getInfo ( string $productId, string $storeView = null, string $attributes = null, string $identifierType = null ) : Smalot\Magento\ActionInterface
$productId string
$storeView string
$attributes string
$identifierType string
return Smalot\Magento\ActionInterface
    public function getInfo($productId, $storeView = null, $attributes = null, $identifierType = null)
    {
        return $this->__createAction('catalog_product.info', func_get_args());
    }