D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
vendor
/
league
/
flysystem
/
src
/
Adapter
/
Filename :
CanOverwriteFiles.php
back
Copy
<?php namespace League\Flysystem\Adapter; /** * Adapters that implement this interface let the Filesystem know that it files can be overwritten using the write * functions and don't need the update function to be called. This can help improve performance when asserts are disabled. */ interface CanOverwriteFiles {}