WellCommerce\Bundle\TaxBundle\Entity\TaxAwareTrait::hasTax PHP Method

hasTax() public method

public hasTax ( ) : boolean
return boolean
    public function hasTax() : bool
    {
        return $this->tax instanceof TaxInterface;
    }