protected function element_to_check(&$signal)
 {
     $page = parent::element_to_check($signal);
     if (is_null($page)) {
         return NULL;
     }
     return $page->is_redirect();
 }
 protected function slotname_preface()
 {
     return parent::slotname_preface() . ".Interwikis";
 }
 protected function slotname_preface()
 {
     return parent::slotname_preface() . ".Filelinks";
 }
 protected function slotname_preface()
 {
     return parent::slotname_preface() . ".Categories";
 }
Esempio n. 5
0
 protected function slotname_preface()
 {
     return parent::slotname_preface() . ".Strings";
 }
 protected function slotname_preface()
 {
     return parent::slotname_preface() . ".Templates";
 }
Esempio n. 7
0
 protected function slotname_preface()
 {
     return parent::slotname_preface() . ".Regexes";
 }