Skip to content

Commit

Permalink
docs: break long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 26, 2024
1 parent 8b1e3a0 commit 1684206
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions user_guide_src/source/models/model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,16 @@ default value is ``true``.
$returnType
-----------

The Model's CRUD methods will take a step of work away from you and automatically return
the resulting data, instead of the Result object.
The Model's CRUD methods will take a step of work away from you and automatically
return the resulting data, instead of the Result object.

This setting allows you to define
the type of data that is returned. Valid values are '**array**' (the default), '**object**', or the **fully
qualified name of a class** that can be used with the Result object's ``getCustomResultObject()``
method.
This setting allows you to define the type of data that is returned. Valid values
are '**array**' (the default), '**object**', or the **fully qualified name of a class**
that can be used with the Result object's ``getCustomResultObject()`` method.

Using the special ``::class`` constant of the class will allow most IDEs to
auto-complete the name and allow functions like refactoring to better understand your code.
auto-complete the name and allow functions like refactoring to better understand
your code.

.. _model-use-soft-deletes:

Expand Down

0 comments on commit 1684206

Please sign in to comment.