SlimAppEvent extends Event
Used for events that need to access the Slim application.
Table of Contents
$app | App | |
---|---|---|
__construct() | mixed | |
getApp() | App |
Properties
$app
protected
App
$app
Methods
__construct()
public
__construct(
$app :
App
)
: mixed
Parameters
- $app : App
Return values
mixedgetApp()
public
getApp(
)
: App