class Dimension

가로 세로 크기 객체

Properties

protected int $width 가로 크기
protected int $height 세로 크기

Methods

__construct(int $width, int $height)

Constructor

int
getWidth()

가로 크기

int
getHeight()

세로 크기

Details

at line 49
__construct(int $width, int $height)

Constructor

Parameters

int $width 가로 크기
int $height 세로 크기

at line 60
int getWidth()

가로 크기

Return Value

int

at line 70
int getHeight()

세로 크기

Return Value

int