PHP Class FluxBB\View\AlertsComposer

Datei anzeigen Open project: fluxbb/core

Protected Properties

Property Type Description
$session

Public Methods

Method Description
__construct ( Symfony\Component\HttpFoundation\Session\SessionInterface $session )
compose ( Illuminate\Contracts\View\View $view )

Method Details

__construct() public method

public __construct ( Symfony\Component\HttpFoundation\Session\SessionInterface $session )
$session Symfony\Component\HttpFoundation\Session\SessionInterface

compose() public method

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

Property Details

$session protected_oe property

protected $session