WellCommerce\Bundle\AppBundle\Entity\Price::getGrossAmount PHP Méthode

getGrossAmount() public méthode

public getGrossAmount ( ) : float
Résultat float
    public function getGrossAmount() : float
    {
        return $this->grossAmount;
    }

Usage Example

Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function getShippingCostGrossPrice()
 {
     return $this->productTotal->getGrossAmount();
 }