change visibility of class var

This commit is contained in:
Ortwin Pinke 2022-12-20 19:36:01 +01:00
parent 1fea4e1eac
commit e7077870e3

View file

@ -78,6 +78,9 @@ class Template {
* @var array
*/
var $tags = array('static' => '{%s}', 'start' => '<!-- BEGIN:BLOCK -->', 'end' => '<!-- END:BLOCK -->');
protected $_sDomain;
protected $_encoding;
/**
* Constructor function