IBootstrap

interface OCP\AppFramework\Bootstrap\IBootstrap
Source:lib/public/AppFramework/Bootstrap/IBootstrap.php#32

Methods

public OCP\AppFramework\Bootstrap\IBootstrap::register($context)
Source:

lib/public/AppFramework/Bootstrap/IBootstrap.php#39

Parameters:
Since:

20.0.0

public OCP\AppFramework\Bootstrap\IBootstrap::boot($context)
Boot the application
At this stage you can assume that all services are registered and the DI
container(s) are ready to be queried.

This is also the state where an optional `appinfo/app.php` was loaded.
Source:

lib/public/AppFramework/Bootstrap/IBootstrap.php#53

Parameters:
Since:

20.0.0