EngineInstance#buildChildEngineInstance()

buildChildEngineInstance (name, options) Ember.EngineInstance,Errorprivate

Defined in packages/ember-application/lib/system/engine-instance.js:168

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
doc_EmberJs
2016-11-30 16:51:53
Comments
Leave a Comment

Please login to continue.