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 [];
    }