X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FOutputPage.php;h=8fb3bc2255782ecd498e486a048cc24c086c6c55;hb=81c291f2658836c83eb45fd958f2e54c854b4d23;hp=d34ace8fb0f5b7a7b94b7b99eab856161f4bce4f;hpb=b86ef89dd17f51841a220e8ef9b3b8b2402e2547;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/OutputPage.php b/includes/OutputPage.php index d34ace8fb0..8fb3bc2255 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 "