Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class GoOnline extends GoOffline |
||
6 | { |
||
7 | protected $title = 'Go Online / End Under Construction Period'; |
||
8 | |||
9 | private static $segment = 'go-online-or-finish-construction'; |
||
10 | |||
11 | /** |
||
12 | * @param \SilverStripe\Control\HTTPRequest $request |
||
13 | * @throws \ReflectionException |
||
14 | */ |
||
15 | public function run($request) |
||
30 |