InitializerRunner
in package
Loads and executes all initializers in the app/Initializers directory.
Table of Contents
Properties
Methods
- __construct() : mixed
- execute() : void
- getNamespace() : mixed|string
- getPath() : mixed|string
- runInitializer() : void
Properties
$base
private
Base
$base
Methods
__construct()
public
__construct(Base $base) : mixed
Parameters
- $base : Base
execute()
public
execute() : void
getNamespace()
protected
getNamespace() : mixed|string
Return values
mixed|stringgetPath()
protected
getPath() : mixed|string
Return values
mixed|stringrunInitializer()
protected
runInitializer(string $fullyQualifiedClassName) : void
Parameters
- $fullyQualifiedClassName : string