메소드 | 설명 | |
---|---|---|
__construct ( string $cacheDirectory, integer $cacheDirMode, string $handlerClass, Symfony\Component\DependencyInjection\ContainerInterface $container, Symfony\Component\HttpKernel\KernelInterface | Symfony\Component\Config\FileLocatorInterface $fileLocator, boolean $throwException, string $fallbackImage ) | ||
create ( string $w, string $h ) : Gregwar\ImageBundle\ImageHandler | Get a new image. | |
open ( string $file ) : Gregwar\ImageBundle\ImageHandler | Get a manipulable image instance. |
메소드 | 설명 | |
---|---|---|
createInstance ( string $file, string | null $w = null, string | null $h = null ) : Gregwar\ImageBundle\ImageHandler | Creates an instance defining the cache directory. |
public __construct ( string $cacheDirectory, integer $cacheDirMode, string $handlerClass, Symfony\Component\DependencyInjection\ContainerInterface $container, Symfony\Component\HttpKernel\KernelInterface | Symfony\Component\Config\FileLocatorInterface $fileLocator, boolean $throwException, string $fallbackImage ) | ||
$cacheDirectory | string | |
$cacheDirMode | integer | |
$handlerClass | string | |
$container | Symfony\Component\DependencyInjection\ContainerInterface | |
$fileLocator | Symfony\Component\HttpKernel\KernelInterface | Symfony\Component\Config\FileLocatorInterface | |
$throwException | boolean | |
$fallbackImage | string |