?iť?

Your IP : 3.12.147.77


Current Path : /home/scgforma/www/cloud/3rdparty/league/flysystem/src/
Upload File :
Current File : /home/scgforma/www/cloud/3rdparty/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);
}