Skip to content

Commit 0a7e677

Browse files
author
OlgaVasyltsun
committed
Merge remote-tracking branch 'origin/2.3.3-develop' into MC-18099
2 parents 6989a91 + 743c7c7 commit 0a7e677

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

lib/internal/Magento/Framework/Filter/Template.php

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,19 @@ class Template implements \Zend_Filter_Interface
7979
'gettemplateprocessor',
8080
'vardirective',
8181
'delete',
82-
'getdatausingmethod'
82+
'getdatausingmethod',
83+
'__destruct',
84+
'__call',
85+
'__callStatic',
86+
'__set',
87+
'__unset',
88+
'__sleep',
89+
'__wakeup',
90+
'__invoke',
91+
'__set_state',
92+
'__debugInfo',
93+
'___callParent',
94+
'___callPlugins'
8395
];
8496

8597
/**

0 commit comments

Comments
 (0)