PHP 클래스 WellCommerce\Bundle\AppBundle\Entity\Dimension

저자: Adam Piotrowski ([email protected])
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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