Bkwld\Croppa\Helpers::reset PHP Метод

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

Delete just the crops, leave the source image
См. также: Bkwld\Croppa\Storage::deleteCrops()
public reset ( string $url ) : void
$url string URL of src image
Результат void
    public function reset($url)
    {
        $path = $this->url->relativePath($url);
        $this->storage->deleteCrops($path);
    }