Esempio n. 1
0
 static function getBackdropSetHeight($id, $height)
 {
     $myimage = new \model\simple\MyImage(Film::getBackdrop($id));
     return $myimage->getImageHeightFixed($height);
 }