Class Bootstrap
Default concrete classes provided with this system just extend their abstract, set their scope, type, and api,
and do nothing else.
- oroboros\core\abstracts\bootstrap\AbstractBootstrap implements oroboros\core\interfaces\contract\bootstrap\BootstrapContract, oroboros\core\interfaces\api\EnvironmentApi uses oroboros\core\traits\bootstrap\BootstrapTrait
-
Bootstrap
Final
Package: oroboros\core\bootstrap
Category: concrete-classes
License: name
Author: Brian Dayhoff mopsyd@me.com
Version: 0.2.4-alpha
Since: 0.2.4-alpha
Link: bitbucket.org/oroborosframework/oroboros-core/wiki/development/api/concrete_class.md
Located at core/bootstrap/Bootstrap.php
Package: oroboros\core\bootstrap
Category: concrete-classes
License: name
Author: Brian Dayhoff mopsyd@me.com
Version: 0.2.4-alpha
Since: 0.2.4-alpha
Link: bitbucket.org/oroborosframework/oroboros-core/wiki/development/api/concrete_class.md
Located at core/bootstrap/Bootstrap.php
Methods summary
Methods inherited from oroboros\core\interfaces\contract\bootstrap\BootstrapContract
__construct()
,
__destruct()
,
initialize()
,
launch()
,
reset()
,
shutdown()
Methods used from oroboros\core\traits\bootstrap\BootstrapTrait
__construct()
,
__destruct()
,
_handleFlags()
,
_handleParams()
,
_parseInitializationFlags()
,
_parseInitializationParams()
,
_validateInitializationParams()
,
initialize()
,
launch()
,
reset()
,
shutdown()