Mage2\Pickup\Module::boot PHP Méthode

boot() public méthode

Bootstrap any application services.
public boot ( ) : void
Résultat void
    public function boot()
    {
        $this->registerModule();
        //$this->registerAdminMenu();
    }