TippingCanoe\Imager\ImageData::__construct PHP Метод

__construct() публичный Метод

public __construct ( File $file, Intervention\Image\Image $intervention )
$file Symfony\Component\HttpFoundation\File\File
$intervention Intervention\Image\Image
    public function __construct(File $file, Image $intervention)
    {
        $this->file = $file;
        $this->intervention = $intervention;
        $this->intervention->backup();
    }