PHP Class FluxBB\View\GlobalsComposer

Datei anzeigen Open project: fluxbb/core

Protected Properties

Property Type Description
$appConfig
$fluxbbConfig

Public Methods

Method Description
__construct ( Illuminate\Contracts\Config\Repository $app, FluxBB\Models\ConfigRepositoryInterface $fluxbb )
compose ( Illuminate\Contracts\View\View $view )

Method Details

__construct() public method

public __construct ( Illuminate\Contracts\Config\Repository $app, FluxBB\Models\ConfigRepositoryInterface $fluxbb )
$app Illuminate\Contracts\Config\Repository
$fluxbb FluxBB\Models\ConfigRepositoryInterface

compose() public method

public compose ( Illuminate\Contracts\View\View $view )
$view Illuminate\Contracts\View\View

Property Details

$appConfig protected_oe property

protected $appConfig

$fluxbbConfig protected_oe property

protected $fluxbbConfig