eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\ImageConverter::__construct PHP Method

__construct() public method

public __construct ( eZ\Publish\Core\IO\IOServiceInterface $imageIoService, eZ\Publish\Core\IO\UrlRedecorator $urlRedecorator )
$imageIoService eZ\Publish\Core\IO\IOServiceInterface
$urlRedecorator eZ\Publish\Core\IO\UrlRedecorator
    public function __construct(IOServiceInterface $imageIoService, UrlRedecorator $urlRedecorator)
    {
        $this->imageIoService = $imageIoService;
        $this->urlRedecorator = $urlRedecorator;
    }