PHP Interface WellCommerce\Bundle\AppBundle\Entity\DimensionAwareInterface

Author: Adam Piotrowski ([email protected])
显示文件 Open project: wellcommerce/wellcommerce

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