File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
user_guide_src/source/outgoing Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
150150Presentation 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-
162161Performing Setup Logic
163162======================
164163
Original file line number Diff line number Diff line change 55 <?php foreach ($ items as $ item ): ?>
66 <?= $ this ->setData (['item ' => $ item ])->include ('item_card ' ) ?>
77 <?php endforeach ?>
8- <?= $ this ->endSection () ?>
8+ <?= $ this ->endSection () ?>
You can’t perform that action at this time.
0 commit comments