File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -186,8 +186,9 @@ it into a format that's suitable for being rendered in an HTML form.
186
186
``task `` property via the ``getTask() `` and ``setTask() `` methods on the
187
187
``Task `` class. Unless a property is public, it *must * have a "getter" and
188
188
"setter" method so that the form component can get and put data onto the
189
- property. For a Boolean property, you can use an "isser" method (e.g.
190
- ``isPublished() ``) instead of a getter (e.g. ``getPublished() ``).
189
+ property. For a Boolean property, you can use an "isser" or "hasser" method
190
+ (e.g. ``isPublished() `` or ``hasReminder() ``) instead of a getter (e.g.
191
+ ``getPublished() `` or ``getReminder() ``).
191
192
192
193
.. index ::
193
194
single: Forms; Handling form submission
You can’t perform that action at this time.
0 commit comments