HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
view_bar.php
Go to the documentation of this file.
1 <?php
2 /* @var Yii2ViewPanel $this */
3 /* @var int $count */
4 ?>
5 <div class="yii2-debug-toolbar-block">
6  <a href="<?php echo $this->getUrl(); ?>" title="Rendered <?php echo $count; ?> views">
7  Views
8  <span class="label"><?php echo $count; ?></span>
9  </a>
10 </div>