Class SessionPanel
Responsibility - dump all session records as MvcCore session namespaces or just session PHP values.
- MvcCore\Ext\Debugs\Tracys\SessionPanel implements Tracy\IBarPanel
Namespace: MvcCore\Ext\Debugs\Tracys
Located at ext-debug-tracy-session/src/MvcCore/Ext/Debugs/Tracys/SessionPanel.php
Located at ext-debug-tracy-session/src/MvcCore/Ext/Debugs/Tracys/SessionPanel.php
public
string
|
|
public
string
|
|
public
string
|
|
protected
|
|
private
string
|
#
_formateMaxLifeTimestamp( integer $timestamp = 0 )
Return expiration time in human readable format from seconds count. |
string |
VERSION
MvcCore Extension - Debug - Tracy - Session - version: Comparison by PHP function version_compare(); |
#
'5.0.0'
|
integer |
_TYPE_PHP
Internal constants to recognize session record types in template. |
#
0
|
integer |
_TYPE_NAMESPACE
|
#
1
|
integer |
_EXPIRATION_HOOPS
|
#
1
|
integer |
_EXPIRATION_TIME
|
#
2
|
public static
string
|
$MetaStoreKey
|
#
\MvcCore\ISession::SESSION_METADATA_KEY
|
protected
array
|
$session
Session store dumped data, rendered in template. |
#
[]
|
protected
string
|
$sessionMaxLifeTime
Formatted maximum lifetime from |
#
''
|