Bkwld\Croppa\Handler::__construct PHP Method

__construct() public method

Dependency injection
public __construct ( URL $url, Bkwld\Croppa\Storage $storage, Illuminate\Http\Request $request, array $config = null )
$url URL
$storage Bkwld\Croppa\Storage
$request Illuminate\Http\Request
$config array
    public function __construct(URL $url, Storage $storage, Request $request, $config = null)
    {
        $this->url = $url;
        $this->storage = $storage;
        $this->request = $request;
        $this->config = $config;
    }