Jarves\Filesystem\WebFilesystem::__construct PHP Метод

__construct() публичный Метод

public __construct ( Jarves $jarves, JarvesConfig $jarvesConfig, Symfony\Component\DependencyInjection\ContainerInterface $container, Filesystem $cacheFilesystem )
$jarves Jarves\Jarves
$jarvesConfig Jarves\JarvesConfig
$container Symfony\Component\DependencyInjection\ContainerInterface
$cacheFilesystem Filesystem
    function __construct(Jarves $jarves, JarvesConfig $jarvesConfig, ContainerInterface $container, Filesystem $cacheFilesystem)
    {
        $this->jarves = $jarves;
        $this->jarvesConfig = $jarvesConfig;
        $this->container = $container;
        $this->cacheFilesystem = $cacheFilesystem;
    }