PHP Class WellCommerce\Bundle\AppBundle\Entity\Dimension

Author: Adam Piotrowski ([email protected])
Exibir arquivo Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$depth
$height
$width

Public Methods

Method Description
getDepth ( ) : float
getHeight ( ) : float
getWidth ( ) : float
setDepth ( float $depth )
setHeight ( float $height )
setWidth ( float $width )

Method Details

getDepth() public method

public getDepth ( ) : float
return float

getHeight() public method

public getHeight ( ) : float
return float

getWidth() public method

public getWidth ( ) : float
return float

setDepth() public method

public setDepth ( float $depth )
$depth float

setHeight() public method

public setHeight ( float $height )
$height float

setWidth() public method

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