Свойство | Тип | Описание | |
---|---|---|---|
$height | integer | 세로 크기 | |
$width | integer | 가로 크기 |
Метод | Описание | |
---|---|---|
__construct ( integer $width, integer $height ) | Constructor | |
getHeight ( ) : integer | 세로 크기 | |
getWidth ( ) : integer | 가로 크기 |
public __construct ( integer $width, integer $height ) | ||
$width | integer | 가로 크기 |
$height | integer | 세로 크기 |