示例#1
0
 /**
  * Set's up the PHP implementation of OOUI for use in this request
  * and instructs OutputPage to enable OOUI for itself.
  *
  * @since 1.26
  */
 public function enableOOUI()
 {
     OutputPage::setupOOUI();
     $this->mOutput->setEnableOOUI(true);
 }