luya\base\Module::registerComponents PHP Метод

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

register a component to the application. id => definition. All components will be registered during bootstrap process.
public registerComponents ( ) : array
Результат array
    public function registerComponents()
    {
        return [];
    }