Installer
Table of Contents
$vendorDir | ||
---|---|---|
$applicationDir | ||
$controller_contents | ||
$installed_with_composer | ||
postAutoloadDump() | mixed | |
__construct() | mixed | |
run() | mixed | |
isInstalled() | mixed | |
web_update_available() | mixed | |
installController() | mixed |
Properties
$vendorDir
private
mixed
$vendorDir
= 'vendor'
$applicationDir
private
mixed
$applicationDir
= 'application'
$controller_contents
private
mixed
$controller_contents
= 'BlueRaster\\PowerBIAuthProxy\\Routes::route();'
$installed_with_composer
public
mixed
$installed_with_composer
Methods
postAutoloadDump()
public
static postAutoloadDump(
$event :
Event
)
: mixed
Parameters
- $event : Event
Return values
mixed__construct()
public
__construct(
)
: mixed
Return values
mixedrun()
public
run(
[ $event :
Event
= null ]
)
: mixed
Parameters
- $event : Event = null
Return values
mixedisInstalled()
private
isInstalled(
)
: mixed
Return values
mixedweb_update_available()
public
web_update_available(
)
: mixed
Return values
mixedinstallController()
private
installController(
)
: mixed