1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
3 * Services widget for tactical overview
7 class Tac_services_Widget
extends tablestat_Widget
{
8 public function __construct($widget_model) {
9 parent
::__construct($widget_model);
10 $this->universe
= ServicePool_Model
::all();