# File lib/adhearsion/component_manager.rb, line 90
        def add_call_context(params = {:as => :call_context})
          attr_reader params[:as]
          ComponentManager.components_with_call_context[name] = ClassToGetCallContext.new(self, params[:as])
        end