Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
GrandTotalRates.php
Go to the documentation of this file.
1 <?php
8 
11 
16 {
20  const PERCENT = 'percent';
21  const TITLE = 'title';
27  public function getTitle()
28  {
29  return $this->_get(self::TITLE);
30  }
31 
35  public function setTitle($title)
36  {
37  return $this->setData(self::TITLE, $title);
38  }
39 
43  public function getPercent()
44  {
45  return $this->_get(self::PERCENT);
46  }
47 
51  public function setPercent($percent)
52  {
53  return $this->setData(self::PERCENT, $percent);
54  }
55 }
$title
Definition: default.phtml:14
if($this->helper('Magento\Tax\Helper\Data') ->displayFullSummary()) foreach( $block->getTotal() ->getFullInfo() as $info)(isset($info['hidden']) && $info['hidden']) $percent
Definition: tax.phtml:33