| Total Complexity | 4 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class SecurityExtension extends Security |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Allows to set login url through siteconfig |
||
| 18 | * |
||
| 19 | * @return string |
||
| 20 | */ |
||
| 21 | public static function login_url() |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Allows to set lost password url through siteconfig |
||
| 33 | * |
||
| 34 | * @return string |
||
| 35 | */ |
||
| 36 | public static function lost_password_url() |
||
| 46 |