TippingCanoe\Imager\Processing\Blur::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Intervention\Image\ImageManager $intervention )
$intervention Intervention\Image\ImageManager
    public function __construct(Intervention $intervention)
    {
        $this->intervention = $intervention;
    }