IBootstrap¶
-
interface
OCP\AppFramework\Bootstrap\
IBootstrap
¶ Source: lib/public/AppFramework/Bootstrap/IBootstrap.php#32
Methods¶
-
public
OCP\AppFramework\Bootstrap\IBootstrap::
register
($context)¶ Source: Parameters: Since: 20.0.0
-
public
OCP\AppFramework\Bootstrap\IBootstrap::
boot
($context)¶ - Boot the applicationAt this stage you can assume that all services are registered and the DIcontainer(s) are ready to be queried.This is also the state where an optional `appinfo/app.php` was loaded.
Source: Parameters: - $context (
OCP\AppFramework\Bootstrap\IBootContext
)
Since: 20.0.0
- $context (