Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class OrderHistoryPageController extends \PageController |
||
14 | { |
||
15 | /** |
||
16 | * @var array |
||
17 | */ |
||
18 | private static $allowed_actions = array( |
||
|
|||
19 | 'index', |
||
20 | ); |
||
21 | |||
22 | /** |
||
23 | * @return bool|\SilverStripe\Control\HTTPResponse |
||
24 | */ |
||
25 | public function checkMember() |
||
33 | )); |
||
34 | } |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * @return array |
||
39 | */ |
||
40 | public function Index() |
||
47 |