1 | <?php |
||
10 | class LogUserAccess |
||
11 | { |
||
12 | /** |
||
13 | * Build the event handler. |
||
14 | */ |
||
15 | public function __construct() |
||
19 | |||
20 | /** |
||
21 | * Call to add missing users, flash last login and then update those records. |
||
22 | * |
||
23 | * @param User $login |
||
24 | */ |
||
25 | public function handle($login) |
||
35 | |||
36 | private function userIP() |
||
44 | } |
||
45 |