PHP Class Xpressengine\Media\Coordinators\Dimension

Author: XE Developers ([email protected])
显示文件 Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$height integer 세로 크기
$width integer 가로 크기

Public Methods

Method Description
__construct ( integer $width, integer $height ) Constructor
getHeight ( ) : integer 세로 크기
getWidth ( ) : integer 가로 크기

Method Details

__construct() public method

Constructor
public __construct ( integer $width, integer $height )
$width integer 가로 크기
$height integer 세로 크기

getHeight() public method

세로 크기
public getHeight ( ) : integer
return integer

getWidth() public method

가로 크기
public getWidth ( ) : integer
return integer

Property Details

$height protected_oe property

세로 크기
protected int $height
return integer

$width protected_oe property

가로 크기
protected int $width
return integer