/**
 * @class Ext.data.matrix.Matrix
 * @extend Ext.Base
 *
 * This class manages a many-to-many matrix for a `Session`.
 * @private
 */
 
/**
 * @property {Ext.data.schema.ManyToMany} association
 * The `ManyToMany` association for this matrix.
 * @readonly
 */
 
/**
 * @property {Ext.data.Session} session
 * The `Session` owning this matrix.
 * @readonly
 */