/
home
/
old_henza
/
server
/
vendor
/
league
/
flysystem
/
src
/
Plugin
/
File Upload :
llllll
Current File: /home/old_henza/server/vendor/league/flysystem/src/Plugin/AbstractPlugin.php
<?php namespace League\Flysystem\Plugin; use League\Flysystem\FilesystemInterface; use League\Flysystem\PluginInterface; abstract class AbstractPlugin implements PluginInterface { /** * @var FilesystemInterface */ protected $filesystem; /** * Set the Filesystem object. * * @param FilesystemInterface $filesystem */ public function setFilesystem(FilesystemInterface $filesystem) { $this->filesystem = $filesystem; } }
Copyright ©2k19 -
Hexid
|
Tex7ure