HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
request_bar.php
Go to the documentation of this file.
1
<?php
2
/* @var Yii2RequestPanel $this */
3
/* @var int $statusCode */
4
/* @var string $route */
5
/* @var string $action */
6
?>
7
<?php
if
($statusCode): ?>
8
<div
class
=
"yii2-debug-toolbar-block"
>
9
<a href=
"<?php echo $this->getUrl(); ?>"
title=
"Status code: <?php echo $statusCode; ?>"
>
10
Status <?php echo Yii2RequestPanel::getStatusCodeHtml($statusCode); ?>
11
</a>
12
</div>
13
<?php
endif
; ?>
14
<div
class
=
"yii2-debug-toolbar-block"
>
15
<a href=
"<?php echo $this->getUrl(); ?>"
title=
"Route: <?php echo $route; ?>"
>
16
Action <span
class
=
"label"
><?php echo $action; ?></span>
17
</a>
18
</div>
app
protected
extensions
yii2-debug
views
panels
request_bar.php
Generated on Tue Jun 30 2015 20:12:34 for HCE Project DC service web UI by
1.8.1.2