PHP Class Flarum\Http\WebApp\WebAppAssetsFactory

Afficher le fichier Open project: flarum/core Class Usage Examples

Protected Properties

Свойство Type Description
$app Flarum\Foundation\Application
$cache Illuminate\Contracts\Cache\Repository
$locales Flarum\Locale\LocaleManager

Méthodes publiques

Méthode Description
__construct ( Application $app, Illuminate\Contracts\Cache\Repository $cache, LocaleManager $locales )
make ( string $name ) : WebAppAssets

Method Details

__construct() public méthode

public __construct ( Application $app, Illuminate\Contracts\Cache\Repository $cache, LocaleManager $locales )
$app Flarum\Foundation\Application
$cache Illuminate\Contracts\Cache\Repository
$locales Flarum\Locale\LocaleManager

make() public méthode

public make ( string $name ) : WebAppAssets
$name string
Résultat WebAppAssets

Property Details

$app protected_oe property

protected Application,Flarum\Foundation $app
Résultat Flarum\Foundation\Application

$cache protected_oe property

protected Repository,Illuminate\Contracts\Cache $cache
Résultat Illuminate\Contracts\Cache\Repository

$locales protected_oe property

protected LocaleManager,Flarum\Locale $locales
Résultat Flarum\Locale\LocaleManager