PHP Class WellCommerce\Bundle\AppBundle\Entity\Dimension

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

Protected Properties

Свойство Type Description
$depth
$height
$width

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

Property Details

$depth protected_oe property

protected $depth

$height protected_oe property

protected $height

$width protected_oe property

protected $width