PHP 클래스 Newscoop\Image\ThumbnailViewHelper

상속: extends Zend_View_Helper_Abstract
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$imageService Newscoop\Image\ImageService

공개 메소드들

메소드 설명
__construct ( ImageService $imageService )
thumbnail ( string $image, integer $width, integer $height, string $specs ) : mixin Get thumbnail for given image

메소드 상세

__construct() 공개 메소드

public __construct ( ImageService $imageService )
$imageService ImageService

thumbnail() 공개 메소드

Get thumbnail for given image
public thumbnail ( string $image, integer $width, integer $height, string $specs ) : mixin
$image string
$width integer
$height integer
$specs string
리턴 mixin

프로퍼티 상세

$imageService 보호되어 있는 프로퍼티

protected Newscoop\Image\ImageService $imageService
리턴 Newscoop\Image\ImageService