Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class HaveIBeenPwnedPage extends Page |
||
13 | { |
||
14 | private static $table_name = 'HaveIBeenPwnedPage'; |
||
|
|||
15 | |||
16 | /** |
||
17 | * Get the controller name for this page |
||
18 | * |
||
19 | * @return string |
||
20 | */ |
||
21 | public function getControllerName() |
||
24 | } |
||
25 | |||
26 | public function canCreate($member = null, $context = array()) |
||
36 |