ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
All Data Structures Namespaces Files Functions Variables Typedefs Modules Pages
League\Flysystem\Adapter\CanOverwriteFiles Interface Reference

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. More...

+ Collaboration diagram for League\Flysystem\Adapter\CanOverwriteFiles:

Detailed Description

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.

Definition at line 10 of file CanOverwriteFiles.php.


The documentation for this interface was generated from the following file: