PHP 클래스 Newscoop\Image\Thumbnail

파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 프로퍼티들

프로퍼티 타입 설명
$height integer
$src string
$width integer

공개 메소드들

메소드 설명
__construct ( string $src, integer $width, integer $height )
getImg ( Zend_View $view ) : string Get img

메소드 상세

__construct() 공개 메소드

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

getImg() 공개 메소드

Get img
public getImg ( Zend_View $view ) : string
$view Zend_View
리턴 string

프로퍼티 상세

$height 공개적으로 프로퍼티

public int $height
리턴 integer

$src 공개적으로 프로퍼티

public string $src
리턴 string

$width 공개적으로 프로퍼티

public int $width
리턴 integer