| 1 | <?php |
||
| 12 | class PageConflict extends Ui |
||
| 13 | { |
||
| 14 | protected $text; |
||
| 15 | protected $summary; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * PageConflict Ui constructor |
||
| 19 | * |
||
| 20 | * @param string $text wiki text |
||
| 21 | * @param string $summary edit summary |
||
| 22 | */ |
||
| 23 | public function __construct($text = '', $summary = '') |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Show conflict form to ask whether save anyway or cancel the page edits |
||
| 31 | * |
||
| 32 | * @author Andreas Gohr <[email protected]> |
||
| 33 | * |
||
| 34 | * @return void |
||
| 35 | */ |
||
| 36 | public function show() |
||
| 61 | |||
| 62 | } |
||
| 63 |