* Returns the attributes of the model. * * @returns {object|any}
()
| 295 | * @returns {object|any} |
| 296 | */ |
| 297 | static getAttributes() { |
| 298 | return this.rawAttributes; |
| 299 | } |
| 300 | |
| 301 | static _findAutoIncrementAttribute() { |
| 302 | this.autoIncrementAttribute = null; |
no outgoing calls
no test coverage detected