Jarves\Utils::__construct PHP Метод

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

Utils constructor.
public __construct ( Jarves $jarves, PageStack $pageStack, Filesystem $localFilesystem, Filesystem $webFilesystem, Cacher $cacher )
$jarves Jarves
$pageStack PageStack
$localFilesystem Jarves\Filesystem\Filesystem
$webFilesystem Jarves\Filesystem\Filesystem
$cacher Jarves\Cache\Cacher
    function __construct(Jarves $jarves, PageStack $pageStack, Filesystem $localFilesystem, Filesystem $webFilesystem, Cacher $cacher)
    {
        $this->jarves = $jarves;
        $this->localFilesystem = $localFilesystem;
        $this->webFilesystem = $webFilesystem;
        $this->cacher = $cacher;
        $this->pageStack = $pageStack;
    }