X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=lib%2Fhtmlpurifier%2Flibrary%2FHTMLPurifier%2FDefinition.php;h=c7f82eba4303b72ccd4ab7a87ee60503d0b614c1;hb=f4f0f80d2118437e5047ba266f92d7acb3c38fb7;hp=a7408c97498eabfa586ca762f82ae102ae88a7c7;hpb=ad92c6ac62903f3bb37f16048fedff44a2eb540d;p=tt-rss.git diff --git a/lib/htmlpurifier/library/HTMLPurifier/Definition.php b/lib/htmlpurifier/library/HTMLPurifier/Definition.php old mode 100755 new mode 100644 index a7408c97..c7f82eba --- a/lib/htmlpurifier/library/HTMLPurifier/Definition.php +++ b/lib/htmlpurifier/library/HTMLPurifier/Definition.php @@ -12,6 +12,17 @@ abstract class HTMLPurifier_Definition */ public $setup = false; + /** + * If true, write out the final definition object to the cache after + * setup. This will be true only if all invocations to get a raw + * definition object are also optimized. This does not cause file + * system thrashing because on subsequent calls the cached object + * is used and any writes to the raw definition object are short + * circuited. See enduser-customize.html for the high-level + * picture. + */ + public $optimized = null; + /** * What type of definition is it? */