Avail feature updated
[ninja.git] / modules / orm / models / downtimepool.php
blob479a7387b942883ebf4a0276ba18824897a2bad2
1 <?php
3 require_once( dirname(__FILE__).'/base/basedowntimepool.php' );
5 /**
6 * The univese of a objects of a given type in livestatus
7 */
8 class DowntimePool_Model extends BaseDowntimePool_Model {