PHP Class Newscoop\Image\Thumbnail

Exibir arquivo Open project: sourcefabric/newscoop

Public Properties

Property Type Description
$height integer
$src string
$width integer

Public Methods

Method Description
__construct ( string $src, integer $width, integer $height )
getImg ( Zend_View $view ) : string Get img

Method Details

__construct() public method

public __construct ( string $src, integer $width, integer $height )
$src string
$width integer
$height integer

getImg() public method

Get img
public getImg ( Zend_View $view ) : string
$view Zend_View
return string

Property Details

$height public_oe property

public int $height
return integer

$src public_oe property

public string $src
return string

$width public_oe property

public int $width
return integer