AppTrait
Table of Contents
Properties
- $app : mixed
Methods
Properties
$app
private
mixed
$app
= null
Methods
getApp()
Get app
public
getApp() : mixed
Used as a proxy for providing a mock during testing.
setApp()
Set app
public
setApp(mixed $app) : void
Used to set mock during testing.
Parameters
- $app : mixed