PHP Класс WellCommerce\Bundle\AppBundle\Entity\Dimension

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

Защищенные свойства (Protected)

Свойство Тип Описание
$depth
$height
$width

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

Метод Описание
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

Описание свойств

$depth защищенное свойство

protected $depth

$height защищенное свойство

protected $height

$width защищенное свойство

protected $width