Mustache::$_otag and Mustache::$_ctag no longer need to be public with _setOptions added
This commit is contained in:
+2
-2
@@ -88,8 +88,8 @@ class Mustache {
|
|||||||
const SECTION_TYPES = '\^#\/';
|
const SECTION_TYPES = '\^#\/';
|
||||||
const TAG_TYPES = '#\^\/=!<>\\{&';
|
const TAG_TYPES = '#\^\/=!<>\\{&';
|
||||||
|
|
||||||
public $_otag = '{{';
|
protected $_otag = '{{';
|
||||||
public $_ctag = '}}';
|
protected $_ctag = '}}';
|
||||||
|
|
||||||
protected $_tagRegEx;
|
protected $_tagRegEx;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user