luya\base\Module::registerComponents PHP Méthode

registerComponents() public méthode

register a component to the application. id => definition. All components will be registered during bootstrap process.
public registerComponents ( ) : array
Résultat array
    public function registerComponents()
    {
        return [];
    }