Sonata\Component\Event\AfterCalculatePriceEvent::getPrice PHP Method

getPrice() public method

public getPrice ( ) : float
return float
    public function getPrice()
    {
        return $this->price;
    }
AfterCalculatePriceEvent