File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
lib/internal/Magento/Framework/View/Element Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,10 @@ abstract class AbstractBlock extends \Magento\Framework\DataObject implements Bl
166
166
* The property is used to define content-scope of block. Can be private or public.
167
167
* If it isn't defined then application considers it as false.
168
168
*
169
+ * @see https://devdocs.magento.com/guides/v2.4/extension-dev-guide/cache/page-caching/private-content.html
169
170
* @var bool
171
+ * @deprecated
172
+ * @since 103.0.1
170
173
*/
171
174
protected $ _isScopePrivate = false ;
172
175
@@ -1190,6 +1193,8 @@ public function getVar($name, $module = null)
1190
1193
* Returns true if scope is private, false otherwise
1191
1194
*
1192
1195
* @return bool
1196
+ * @deprecated
1197
+ * @since 103.0.1
1193
1198
*/
1194
1199
public function isScopePrivate ()
1195
1200
{
You can’t perform that action at this time.
0 commit comments