Skip to content

Commit 2373221

Browse files
committed
docs: Apply suggestions
1 parent 022dada commit 2373221

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

user_guide_src/source/outgoing/view_cells.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ If you need to perform additional logic for one or more properties you can use c
145145

146146
.. important:: You can't set properties that are declared as private during cell
147147
initialization.
148-
Call ``getDataProperty()``, ``getViewProperty()`` methods are not available - they are used for internal processes.
148+
Calling ``getDataProperty()`` and ``getViewProperty()`` methods are not available - they are used only for internal processes.
149149

150150
Presentation Methods
151151
====================
@@ -158,7 +158,6 @@ You may have noticed that not only method calls are allowed in the template: the
158158
.. literalinclude:: view_cells/017.php
159159

160160

161-
162161
Performing Setup Logic
163162
======================
164163

user_guide_src/source/outgoing/view_layouts/002.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
<?php foreach ($items as $item): ?>
66
<?= $this->setData(['item' => $item])->include('item_card') ?>
77
<?php endforeach ?>
8-
<?= $this->endSection() ?>
8+
<?= $this->endSection() ?>

0 commit comments

Comments
 (0)