PATH:
home
/
lab2454c
/
internationalminersbank.com
/
backup
/
vendor
/
league
/
flysystem
/
src
/
Adapter
<?php namespace League\Flysystem\Adapter; /** * Adapters that implement this interface let the Filesystem know that 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 { }
[-] Ftp.php
[edit]
[+]
..
[-] NullAdapter.php
[edit]
[-] AbstractAdapter.php
[edit]
[-] SynologyFtp.php
[edit]
[-] AbstractFtpAdapter.php
[edit]
[-] Local.php
[edit]
[-] Ftpd.php
[edit]
[+]
Polyfill
[-] CanOverwriteFiles.php
[edit]