File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,14 @@ public function quoteIdentifier($identifier): string
111
111
}
112
112
113
113
/**
114
- * @inheritDoc
114
+ * Retrieve the attributes representing the record in the database.
115
+ *
116
+ * This method returns an associative array where each key corresponds to a column name
117
+ * as defined in the schema, and each value is the respective column's value from the
118
+ * current instance's data. This can be particularly useful for debugging or when you need
119
+ * to serialize the record for storage or transmission.
120
+ *
121
+ * @return array<string, mixed> An associative array where keys are column names and values are column values.
115
122
*/
116
123
protected function getAttributes (): array
117
124
{
You can’t perform that action at this time.
0 commit comments