MetaModels\BackendIntegration\BackendModuleBuilder::resolve PHP Метод

resolve() приватный Метод

Inject MetaModels in the backend menu.
private resolve ( ) : void
Результат void
    private function resolve()
    {
        foreach ($this->viewCombinations->getStandaloneInputScreens() as $inputScreen) {
            $this->addModuleToBackendMenu($inputScreen);
        }
        $parentTables = $this->getTableNamesFromInputScreens($this->viewCombinations->getParentedInputScreenNames());
        $this->addChildTablesToBackendModules($parentTables);
    }