Path : /var/www/html/master288-bk/vendor/league/flysystem/src/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/master288-bk/vendor/league/flysystem/src/PluginInterface.php |
<?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); }