class Dimension
Dimension object, used for manipulating width and height couples
Methods
|
__construct(integer $width, integer $height)
Constructor |
||
| width |
getWidth()
Return width |
|
| integer |
getHeight()
Return height |
Details
at line 33
public
__construct(integer $width, integer $height)
Constructor
at line 48
public width
getWidth()
Return width
at line 58
public integer
getHeight()
Return height