Exemplo n.º 1
0
 public function __construct($name = null, array $data = array(), $dataName = '', $engineName = null)
 {
     if ($engineName === null) {
         $engineName = self::$staticEngineName;
     }
     $this->engineName = $engineName;
     parent::__construct($name, $data, $dataName);
 }
 public function __construct($name = null, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->testRecentChangesHelper = new TestRecentChangesHelper();
 }
Exemplo n.º 3
0
 function __construct($name = null, array $data = [], $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->tablesUsed = array_merge($this->tablesUsed, ['interwiki', 'page_props', 'pagelinks', 'categorylinks', 'langlinks', 'externallinks', 'imagelinks', 'templatelinks', 'iwlinks', 'recentchanges']);
 }
 function __construct($name = null, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->tablesUsed = array_merge($this->tablesUsed, array('page', 'revision', 'text', 'recentchanges', 'logging', 'page_props', 'pagelinks', 'categorylinks', 'langlinks', 'externallinks', 'imagelinks', 'templatelinks', 'iwlinks'));
 }
Exemplo n.º 5
0
 function __construct()
 {
     parent::__construct();
 }