PHP Class Sonata\Component\Delivery\FreeDelivery

Inheritance: extends BaseServiceDelivery
Show file Open project: sonata-project/ecommerce Class Usage Examples

Protected Properties

Property Type Description
$isAddressRequired boolean

Public Methods

Method Description
__construct ( boolean $isAddressRequired ) Constructor.
getName ( )
getPrice ( )
getVatRate ( )
isAddressRequired ( )

Method Details

__construct() public method

Constructor.
public __construct ( boolean $isAddressRequired )
$isAddressRequired boolean

getName() public method

public getName ( )

getPrice() public method

public getPrice ( )

getVatRate() public method

public getVatRate ( )

isAddressRequired() public method

public isAddressRequired ( )

Property Details

$isAddressRequired protected property

protected bool $isAddressRequired
return boolean