Binding#connect()

connect (obj) Ember.Bindingpublic Defined in packages/ember-metal/lib/binding.js:135 Attempts to connect this binding instance so that it can receive and relay changes. This method will raise an exception if you have not set the from/to properties yet. Parameters: obj Object The root object for this binding. Returns: Ember.Binding `this`

LinkComponent#rel

relpublic Defined in packages/ember-htmlbars/lib/components/link-to.js:373 Sets the rel attribute of the LinkComponent's HTML element. Default: null

DS.Store#scheduleSave()

scheduleSave (internalModel, resolver, options) private Defined in addon/-private/system/store.js:1685 This method is called by record.save, and gets passed a resolver for the promise that record.save returns. It schedules saving to happen at the end of the run loop. Parameters: internalModel InternalModel resolver Resolver options Object

LinkComponent#replace

replaceBooleanpublic Defined in packages/ember-htmlbars/lib/components/link-to.js:435 Determines whether the LinkComponent will trigger routing via the replaceWith routing strategy. Default: false

MapWithDefault

Ember.MapWithDefault Class PRIVATE Extends: Ember.Map Defined in: packages/ember-metal/lib/map.js:412 Module: ember-metal

Templates.helpers.mount()

mountpublic Defined in packages/ember-htmlbars/lib/keywords/mount.js:13 The {{mount}} helper lets you embed a routeless engine in a template. Mounting an engine will cause an instance to be booted and its application template to be rendered. For example, the following template mounts the ember-chat engine: {{! application.hbs }} {{mount "ember-chat"}} Currently, the engine name is the only argument that can be passed to {{mount}}.

Ember.generateController()

generateControllerprivate Defined in packages/ember-routing/lib/system/generate_controller.js:32 Available since 1.3.0 Generates and instantiates a controller. The type of the generated controller factory is derived from the context. If the context is an array an array controller is generated, if an object, an object controller otherwise, a basic controller is generated.

Registry#container()

container (options) Containerprivate Defined in packages/container/lib/registry.js:139 Creates a container based on this registry. Parameters: options Object Returns: Container created container

Container#reset()

reset (fullName) private Defined in packages/container/lib/container.js:153 Clear either the entire cache or just the cache for a particular key. Parameters: fullName String optional key to reset; if missing, resets everything

Ember.stream.Stream

Ember.stream.Stream Class PRIVATE Defined in: packages/ember-htmlbars/lib/streams/stream.js:19 Module: ember-metal