PHP Class Newscoop\Image\Thumbnail

Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Свойство Type Description
$height integer
$src string
$width integer

Méthodes publiques

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

Method Details

__construct() public méthode

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

getImg() public méthode

Get img
public getImg ( Zend_View $view ) : string
$view Zend_View
Résultat string

Property Details

$height public_oe property

public int $height
Résultat integer

$src public_oe property

public string $src
Résultat string

$width public_oe property

public int $width
Résultat integer