WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethod::getCalculator PHP Метод

getCalculator() публичный Метод

public getCalculator ( ) : string
Результат string
    public function getCalculator() : string
    {
        return $this->calculator;
    }