Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-tax
Api
Data
GrandTotalRatesInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Tax\Api\Data
;
7
13
interface
GrandTotalRatesInterface
14
{
20
public
function
getPercent
();
21
26
public
function
setPercent
(
$percent
);
27
33
public
function
getTitle
();
34
39
public
function
setTitle
(
$title
);
40
}
$title
$title
Definition:
default.phtml:14
Magento\Tax\Api\Data\GrandTotalRatesInterface\getTitle
getTitle()
$percent
if($this->helper('Magento\Tax\Helper\Data') ->displayFullSummary()) foreach( $block->getTotal() ->getFullInfo() as $info)(isset($info['hidden']) && $info['hidden']) $percent
Definition:
tax.phtml:33
Magento\Tax\Api\Data\GrandTotalRatesInterface\setPercent
setPercent($percent)
Magento\Tax\Api\Data\GrandTotalRatesInterface\setTitle
setTitle($title)
Magento\Tax\Api\Data
Definition:
AppliedTaxInterface.php:6
Magento\Tax\Api\Data\GrandTotalRatesInterface
Definition:
GrandTotalRatesInterface.php:13
Magento\Tax\Api\Data\GrandTotalRatesInterface\getPercent
getPercent()