| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class HaveIBeenPwnedPage extends Page |
||
| 19 | { |
||
| 20 | private static $table_name = 'HaveIBeenPwnedPage'; |
||
|
|
|||
| 21 | |||
| 22 | /** |
||
| 23 | * Get the controller name for this page |
||
| 24 | * |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function getControllerName() |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param null|Member $member |
||
| 34 | * @param array $context |
||
| 35 | * @return bool |
||
| 36 | */ |
||
| 37 | public function canCreate($member = null, $context = array()) |
||
| 47 |