ok
Direktori : /home2/selectio/www/3idiotsgadgetstore.in/vendor/league/flysystem/src/ |
Current File : /home2/selectio/www/3idiotsgadgetstore.in/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); }