PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
apilora.sandbox.dos-group.com
/
vendor
/
league
/
flysystem
/
src
<?php namespace League\Flysystem; interface PluginInterface { /** * Get the method name. * * @return string */ public function getMethod(); /** * Set the Filesystem object. * * @param FilesystemInterface $filesystem */ public function setFilesystem(FilesystemInterface $filesystem); }
[-] UnreadableFileException.php
[open]
[-] Config.php
[open]
[-] Filesystem.php
[open]
[-] Exception.php
[open]
[+]
Adapter
[-] SafeStorage.php
[open]
[-] AdapterInterface.php
[open]
[+]
Util
[+]
..
[-] FilesystemNotFoundException.php
[open]
[-] PluginInterface.php
[open]
[-] MountManager.php
[open]
[+]
Plugin
[-] ConfigAwareTrait.php
[open]
[-] FileExistsException.php
[open]
[-] Util.php
[open]
[-] Handler.php
[open]
[-] Directory.php
[open]
[-] File.php
[open]
[-] RootViolationException.php
[open]
[-] ReadInterface.php
[open]
[-] NotSupportedException.php
[open]
[-] FileNotFoundException.php
[open]
[-] FilesystemInterface.php
[open]