[ Index ] |
PHP Cross Reference of DokuWiki |
[Summary view] [Print] [Text view]
1 <?php 2 3 namespace dokuwiki\Parsing\ParserMode; 4 5 class Rss extends AbstractMode 6 { 7 8 /** @inheritdoc */ 9 public function connectTo($mode) 10 { 11 $this->Lexer->addSpecialPattern("\{\{rss>[^\}]+\}\}", $mode, 'rss'); 12 } 13 14 /** @inheritdoc */ 15 public function getSort() 16 { 17 return 310; 18 } 19 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body