|
Ubiquity 2.5.2
php rapid development framework
|
Public Member Functions | |
| __construct ($value, $duration) | |
| getValue () | |
| getDuration () | |
| getCreationTime () | |
| setValue ($value) | |
| setDuration ($duration) | |
| isExpired () | |
| getTimeout () | |
Protected Attributes | |
| $value | |
| $duration | |
| int | $creationTime |
Definition at line 5 of file SessionObject.php.
| __construct | ( | $value, | |
| $duration | |||
| ) |
Definition at line 10 of file SessionObject.php.
| getCreationTime | ( | ) |
Definition at line 39 of file SessionObject.php.
| getDuration | ( | ) |
Definition at line 31 of file SessionObject.php.
| getTimeout | ( | ) |
Definition at line 75 of file SessionObject.php.
| getValue | ( | ) |
Definition at line 20 of file SessionObject.php.
| isExpired | ( | ) |
Definition at line 67 of file SessionObject.php.
| setDuration | ( | $duration | ) |
| mixed | $duration |
Definition at line 59 of file SessionObject.php.
| setValue | ( | $value | ) |
|
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.