PHP Interface Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\ShippingWeightRangeInterface

Afficher le fichier Open project: elcodi/bamboo

Méthodes publiques

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

Method Details

getFromWeight() public méthode

Get FromWeight
public getFromWeight ( ) : integer
Résultat integer FromWeight

getToWeight() public méthode

Get ToWeight
public getToWeight ( ) : integer
Résultat integer ToWeight

setFromWeight() public méthode

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

setToWeight() public méthode

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