Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Flarum
Foundation
AbstractServiceProvider
PHP Class Flarum\Foundation\AbstractServiceProvider
Inheritance:
extends
Illuminate\Support\ServiceProvider
Show file
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 property
protected
Application,Flarum\Foundation
$app
return
Application