Elcodi\Plugin\CustomShippingBundle\Entity\Carrier::setTax PHP Метод

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

Sets Tax
public setTax ( Elcodi\Component\Tax\Entity\Interfaces\TaxInterface $tax )
$tax Elcodi\Component\Tax\Entity\Interfaces\TaxInterface Tax
    public function setTax($tax)
    {
        $this->tax = $tax;
        return $this;
    }