Dumplie\Inventory\Application\Extension\CoreExtension::boot PHP Method

boot() public method

public boot ( Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator )
$serviceLocator Dumplie\SharedKernel\Application\ServiceLocator
    public function boot(ServiceLocator $serviceLocator)
    {
        $this->mapCommands($serviceLocator);
        $this->updateMetadataSchema($serviceLocator);
        $this->registerCommandExtensions($serviceLocator);
    }