Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManagerInterface::returnImage PHP 메소드

returnImage() 공개 메소드

Return the image by a given url.
public returnImage ( integer $id, string $formatName ) : Response
$id integer
$formatName string
리턴 Symfony\Component\HttpFoundation\Response
    public function returnImage($id, $formatName);