buildChildEngineInstance (name, options) Ember.EngineInstance,Errorprivate
Build a new Ember.EngineInstance that's a child of this instance.
Engines must be registered by name with their parent engine (or application).
Parameters:
- 
name 
String - the registered name of the engine.
 - 
options 
Object - options provided to the engine instance.
 
Returns:
- 
Ember.EngineInstance,Error 
Please login to continue.