PHP Интерфейс WellCommerce\Bundle\AppBundle\Entity\DimensionAwareInterface

Автор: Adam Piotrowski ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
getDepth ( ) : float
getHeight ( ) : float
getWidth ( ) : float
setDepth ( float $depth )
setHeight ( float $height )
setWidth ( float $width )

Описание методов

getDepth() публичный Метод

public getDepth ( ) : float
Результат float

getHeight() публичный Метод

public getHeight ( ) : float
Результат float

getWidth() публичный Метод

public getWidth ( ) : float
Результат float

setDepth() публичный Метод

public setDepth ( float $depth )
$depth float

setHeight() публичный Метод

public setHeight ( float $height )
$height float

setWidth() публичный Метод

public setWidth ( float $width )
$width float