Mage2\User\Module::boot PHP Метод

boot() публичный Метод

Bootstrap any application services.
public boot ( ) : void
Результат void
    public function boot()
    {
        $this->registerModule();
        $this->registerMiddleware();
        $this->registerAdminMenu();
        $this->registerPolicies();
        $this->registerViewComposerData();
    }