PHP Class Newscoop\Image\RenditionViewHelper

Inheritance: extends Zend_View_Helper_Abstract
Exibir arquivo Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$imageService Newscoop\Image\ImageService

Public Methods

Method Description
__construct ( ImageService $imageService )
rendition ( Rendition $rendition, integer $width, integer $height, ArticleRendition $articleRendition = null ) : string Get rendition preview

Method Details

__construct() public method

public __construct ( ImageService $imageService )
$imageService ImageService

rendition() public method

Get rendition preview
public rendition ( Rendition $rendition, integer $width, integer $height, ArticleRendition $articleRendition = null ) : string
$rendition Rendition
$width integer
$height integer
$articleRendition ArticleRendition
return string

Property Details

$imageService protected_oe property

protected Newscoop\Image\ImageService $imageService
return Newscoop\Image\ImageService