File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 <code><?php echo h ($ routePath ); ?> </code>
5757 </div>
5858 <p>
59- <i> [Plugin].[Prefix]/[Controller]::[action]</i>
59+ <i class="o-help">Route path grammar: [Plugin].[Prefix]/[Controller]::[action]</i>
6060 </p>
6161
6262 <h4>Attributes</h4>
9393 <p class="c-flash c-flash--info">No Cookie data.</p>
9494 <?php endif ; ?>
9595
96+ <h4>Session</h4>
97+ <?php if (isset ($ session )) : ?>
98+ <?= $ this ->Toolbar ->dumpNode ($ session ) ?>
99+ <?php else : ?>
100+ <p class="c-flash c-flash--info">No Session data.</p>
101+ <?php endif ; ?>
102+
96103 <?php if (!empty ($ matchedRoute )) : ?>
97104 <h4>Matched Route</h4>
98105 <p><?= $ this ->Toolbar ->dumpNode (Debugger::exportVarAsNodes (['template ' => $ matchedRoute ])) ?> </p>
Original file line number Diff line number Diff line change @@ -238,6 +238,10 @@ strong {
238238 -webkit-animation : spin 4s linear infinite;
239239 animation : spin 4s linear infinite;
240240}
241+ .o-help {
242+ color : var (--checkbox-label );
243+ font-size : 14px ;
244+ }
241245
242246@-webkit-keyframes spin {
243247 100% {
You can’t perform that action at this time.
0 commit comments