PHP Interface WellCommerce\Bundle\AppBundle\Entity\DimensionAwareInterface

Author: Adam Piotrowski ([email protected])
Afficher le fichier Open project: wellcommerce/wellcommerce

Méthodes publiques

Méthode Description
getDepth ( ) : float
getHeight ( ) : float
getWidth ( ) : float
setDepth ( float $depth )
setHeight ( float $height )
setWidth ( float $width )

Method Details

getDepth() public méthode

public getDepth ( ) : float
Résultat float

getHeight() public méthode

public getHeight ( ) : float
Résultat float

getWidth() public méthode

public getWidth ( ) : float
Résultat float

setDepth() public méthode

public setDepth ( float $depth )
$depth float

setHeight() public méthode

public setHeight ( float $height )
$height float

setWidth() public méthode

public setWidth ( float $width )
$width float