File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
user_guide_src/source/models Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -124,10 +124,14 @@ $returnType
124124-----------
125125
126126The Model's CRUD methods will take a step of work away from you and automatically return
127- the resulting data, instead of the Result object. This setting allows you to define
127+ the resulting data, instead of the Result object.
128+
129+ This setting allows you to define
128130the type of data that is returned. Valid values are '**array **' (the default), '**object **', or the **fully
129131qualified name of a class ** that can be used with the Result object's ``getCustomResultObject() ``
130- method. Using the special ``::class `` constant of the class will allow most IDEs to
132+ method.
133+
134+ Using the special ``::class `` constant of the class will allow most IDEs to
131135auto-complete the name and allow functions like refactoring to better understand your code.
132136
133137.. _model-use-soft-deletes :
You can’t perform that action at this time.
0 commit comments