Diff #4 - trunk/docs/classes/models/emailattachment/toformattedarray.md Repo: apex/webapp Revision: 4 Filename: trunk/docs/classes/models/emailattachment/toformattedarray.md Size: 519 bytes Updated By: apex Date Updated: January 20, 2025 at 08:20 DiffFull Code Diff Index: toformattedarray.md --- toformattedarray.md (nonexistent) +++ toformattedarray.md (revision 4) @@ -0,0 +1,34 @@ + +# BaseModel::toFormattedArray + +### Usage + +> array BaseModel::toFormattedArray() + +### Description + +> toFormattedArray + + + +### Return +> array +### See Also + +* all() +* count() +* delete() +* deleteMany() +* getChildren() +* insert() +* insertFromForm() +* insertOrUpdate() +* purge() +* save() +* toArray() +* update() +* where() +* whereFirst() +* whereId() + + Full Code BaseModel::toFormattedArray Usage array BaseModel::toFormattedArray() Description toFormattedArray Return array See Also all() count() delete() deleteMany() getChildren() insert() insertFromForm() insertOrUpdate() purge() save() toArray() update() where() whereFirst() whereId()