PHP Trait Elcodi\Plugin\CustomShippingBundle\Entity\Traits\ShippingWeightRangeTrait

Show file Open project: elcodi/bamboo

Protected Properties

Property Type Description
$fromWeight integer fromWeight
$toWeight integer toWeight

Public Methods

Method Description
getFromWeight ( ) : integer Get FromWeight
getToWeight ( ) : integer Get ToWeight
setFromWeight ( integer $fromWeight ) Sets FromWeight
setToWeight ( integer $toWeight ) Sets ToWeight

Method Details

getFromWeight() public method

Get FromWeight
public getFromWeight ( ) : integer
return integer FromWeight

getToWeight() public method

Get ToWeight
public getToWeight ( ) : integer
return integer ToWeight

setFromWeight() public method

Sets FromWeight
public setFromWeight ( integer $fromWeight )
$fromWeight integer FromWeight

setToWeight() public method

Sets ToWeight
public setToWeight ( integer $toWeight )
$toWeight integer ToWeight

Property Details

$fromWeight protected property

fromWeight
protected int $fromWeight
return integer

$toWeight protected property

toWeight
protected int $toWeight
return integer