You are here

function xautoload_BootSchedule_Proxy::initBootstrapPhase in X Autoload 7.3

Init the phase where the database is available, and schedule the registration of the namespaces and prefixes for all modules.

Overrides xautoload_BootSchedule_Interface::initBootstrapPhase

File

lib/BootSchedule/Proxy.php, line 9

Class

xautoload_BootSchedule_Proxy

Code

function initBootstrapPhase() {
  $this
    ->proxyScheduleOperation(__FUNCTION__);
}