| 1 | <?php |
||
| 13 | class Conflict extends Ui |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Show warning on conflict detection |
||
| 17 | * |
||
| 18 | * @author Andreas Gohr <[email protected]> |
||
| 19 | * |
||
| 20 | * @triggers HTML_CONFLICTFORM_OUTPUT |
||
| 21 | * @param string $text |
||
| 22 | * @param string $summary |
||
| 23 | * @return void |
||
| 24 | */ |
||
| 25 | public function show($text = '', $summary = '') |
||
| 49 | |||
| 50 | } |
||
| 51 |