Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
7 | class OrderHistoryPageController extends \PageController |
||
8 | { |
||
9 | /** |
||
10 | * @var array |
||
11 | */ |
||
12 | private static $allowed_actions = array( |
||
|
|||
13 | 'index', |
||
14 | ); |
||
15 | |||
16 | /** |
||
17 | * @return bool|\SilverStripe\Control\HTTPResponse |
||
18 | */ |
||
19 | public function checkMember() |
||
27 | )); |
||
28 | } |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @return array |
||
33 | */ |
||
34 | public function Index() |
||
41 |