Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CatalogPriceInterface.php
Go to the documentation of this file.
1 <?php
8 
16 {
25  public function getCatalogPrice(
26  \Magento\Catalog\Model\Product $product,
27  \Magento\Store\Api\Data\StoreInterface $store = null,
28  $inclTax = false
29  );
30 
37  public function getCatalogRegularPrice(\Magento\Catalog\Model\Product $product);
38 }
getCatalogRegularPrice(\Magento\Catalog\Model\Product $product)
$inclTax
Definition: overview.phtml:100
getCatalogPrice(\Magento\Catalog\Model\Product $product, \Magento\Store\Api\Data\StoreInterface $store=null, $inclTax=false)