PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wilcity-mobile-app
/
vendor
/
league
/
flysystem
/
src
/
Adapter
<?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 {}
[+]
..
[-] .Adapter.php
[edit]
[-] NullAdapter.php
[edit]
[-] Ftp.php
[edit]
[-] SynologyFtp.php
[edit]
[-] CanOverwriteFiles.php
[edit]
[-] AbstractAdapter.php
[edit]
[+]
Polyfill
[-] AbstractFtpAdapter.php
[edit]
[-] Ftpd.php
[edit]
[-] Local.php
[edit]