PHP Class Flarum\Foundation\AbstractServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: flarum/core

Protected Properties

Property Type Description
$app Application

Public Methods

Method Description
__construct ( Application $app )
register ( )

Method Details

__construct() public method

public __construct ( Application $app )
$app Application

register() public method

public register ( )

Property Details

$app protected_oe property

protected Application,Flarum\Foundation $app
return Application