ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilAuthPDOInterface.php
Go to the documentation of this file.
1<?php
2
4{
5
12 public function setIdle($time, $add = false);
13
20 public function setExpire($time, $add = false);
21
26 public function start();
27
36 public function getAuth();
37
41 public function getStatus();
42
46 public function getUsername();
47
54 public function sessionValidThru();
55
59 public function logout();
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.
$time
Definition: cron.php:21