Sonata\Component\Delivery\FreeDelivery::__construct PHP Method

__construct() public method

Constructor.
public __construct ( boolean $isAddressRequired )
$isAddressRequired boolean
    public function __construct($isAddressRequired)
    {
        $this->isAddressRequired = $isAddressRequired;
    }