Ubiquity
2.0.3
php rapid development framework
|
Public Member Functions | |
__construct ($value, $duration) | |
getValue () | |
getDuration () | |
getCreationTime () | |
setValue ($value) | |
setDuration ($duration) | |
isExpired () | |
getTimeout () | |
Protected Attributes | |
$value | |
$duration | |
$creationTime | |
Definition at line 5 of file SessionObject.php.
__construct | ( | $value, | |
$duration | |||
) |
Definition at line 10 of file SessionObject.php.
getCreationTime | ( | ) |
Definition at line 34 of file SessionObject.php.
getDuration | ( | ) |
Definition at line 27 of file SessionObject.php.
getTimeout | ( | ) |
Definition at line 64 of file SessionObject.php.
getValue | ( | ) |
Definition at line 18 of file SessionObject.php.
isExpired | ( | ) |
Definition at line 57 of file SessionObject.php.
setDuration | ( | $duration | ) |
mixed | $duration |
Definition at line 50 of file SessionObject.php.
setValue | ( | $value | ) |
mixed | $value |
Definition at line 41 of file SessionObject.php.
|
protected |
Definition at line 8 of file SessionObject.php.
|
protected |
Definition at line 7 of file SessionObject.php.
|
protected |
Definition at line 6 of file SessionObject.php.