X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FOutputPage.php;h=eb3040cd284b6adc0dd7d0e7c2fa600efa507e0a;hb=fe79bc528b0e054aa630bd4fcfcdd4a9804892da;hp=b88db920d0d346642d5ebb3045d4c6336f3eca8b;hpb=0a1d8c03d01fa2a65d695c45c345823f4ab6f36f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/OutputPage.php b/includes/OutputPage.php index b88db920d0..eb3040cd28 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -154,6 +154,18 @@ class OutputPage extends ContextSource { /** @var ResourceLoader */ protected $mResourceLoader; + /** @var ResourceLoaderClientHtml */ + private $rlClient; + + /** @var ResourceLoaderContext */ + private $rlClientContext; + + /** @var string */ + private $rlUserModuleState; + + /** @var array */ + private $rlExemptStyleModules; + /** @var array */ protected $mJsConfigVars = []; @@ -501,7 +513,7 @@ class OutputPage extends ContextSource { * Add a self-contained script tag with the given contents * Internal use only. Use OutputPage::addModules() if possible. * - * @param string $script JavaScript text, no "