PHP Class Newscoop\Image\ThumbnailViewHelper

Inheritance: extends Zend_View_Helper_Abstract
Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$imageService Newscoop\Image\ImageService

Méthodes publiques

Méthode Description
__construct ( ImageService $imageService )
thumbnail ( string $image, integer $width, integer $height, string $specs ) : mixin Get thumbnail for given image

Method Details

__construct() public méthode

public __construct ( ImageService $imageService )
$imageService ImageService

thumbnail() public méthode

Get thumbnail for given image
public thumbnail ( string $image, integer $width, integer $height, string $specs ) : mixin
$image string
$width integer
$height integer
$specs string
Résultat mixin

Property Details

$imageService protected_oe property

protected Newscoop\Image\ImageService $imageService
Résultat Newscoop\Image\ImageService