* Returns the attributes of the model. * * @returns {object|any}
()
| 318 | * @returns {object|any} |
| 319 | */ |
| 320 | static getAttributes() { |
| 321 | return this.rawAttributes; |
| 322 | } |
| 323 | |
| 324 | static _findAutoIncrementAttribute() { |
| 325 | this.autoIncrementAttribute = null; |
no outgoing calls
no test coverage detected