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

Afficher le fichier Open project: elcodi/bamboo

Protected Properties

Свойство Type Description
$fromWeight integer fromWeight
$toWeight integer toWeight

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

Property Details

$fromWeight protected_oe property

fromWeight
protected int $fromWeight
Résultat integer

$toWeight protected_oe property

toWeight
protected int $toWeight
Résultat integer