PHP Interface Newscoop\Image\ImageInterface

Exibir arquivo Open project: sourcefabric/newscoop Interface Usage Examples

Public Methods

Method Description
getHeight ( ) : integer Get height
getId ( ) : integer Get id
getPath ( ) : string Get path
getWidth ( ) : integer Get width

Method Details

getHeight() public method

Get height
public getHeight ( ) : integer
return integer

getId() public method

Get id
public getId ( ) : integer
return integer

getPath() public method

Get path
public getPath ( ) : string
return string

getWidth() public method

Get width
public getWidth ( ) : integer
return integer