Flarum\Http\WebApp\WebAppAssets::__construct PHP Method

__construct() public method

public __construct ( string $name, Application $app, Illuminate\Contracts\Cache\Repository $cache, LocaleManager $locales )
$name string
$app Flarum\Foundation\Application
$cache Illuminate\Contracts\Cache\Repository
$locales Flarum\Locale\LocaleManager
    public function __construct($name, Application $app, Repository $cache, LocaleManager $locales)
    {
        $this->name = $name;
        $this->app = $app;
        $this->cache = $cache;
        $this->locales = $locales;
    }