Joli\GifExceptionBundle\EventListener\ReplaceImageListener::getGifUrl PHP Method

getGifUrl() private method

Return a the url of given gif in the given directory.
private getGifUrl ( string $dir, string $gif ) : string
$dir string
$gif string
return string
    private function getGifUrl($dir, $gif)
    {
        return $this->generateUrl(sprintf('bundles/gifexception/images/%s/%s', $dir, $gif));
    }