ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
interface.ilAuthPDOInterface.php
Go to the documentation of this file.
1<?php
2
4
11 public function setIdle($time, $add = false);
12
19 public function setExpire($time, $add = false);
20
25 public function start();
26
35 function getAuth();
36
40 function getStatus();
41
45 function getUsername();
46
53 function sessionValidThru();
54
58 function logout();
59
60}
An exception for terminatinating execution or to throw for unit testing.
setExpire($time, $add=false)
Set the maximum expire time.
getAuth()
Has the user been authenticated?
start()
Start new auth session.
sessionValidThru()
Returns the time up to the session is valid.
setIdle($time, $add=false)
Set maximum idle time.