PHP 인터페이스 WellCommerce\Bundle\AppBundle\Entity\DimensionAwareInterface

저자: Adam Piotrowski ([email protected])
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
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