<?php defined('SYSPATH') or die('No direct access allowed.'); /** * This class provides information on TSM Storage Pools. * * @package PTA * @subpackage Storage Pools * @category Controllers * @author Deon George * @copyright (c) 2010 phpTSMadmin Development Team * @license http://phptsmadmin.sf.net/license.html */ class Controller_Stgpool extends Controller_TemplateDefault_View { protected $index_title = 'TSM Storage Pools'; protected $detail_title = 'Information on Storage Pool'; protected $orm = 'STGPOOL'; } ?>