repo.or.cz
/
ninja.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avail feature updated
[ninja.git]
/
modules
/
orm
/
models
/
downtimeset.php
blob
1e45928cbca508f72fb08e98da03da00cf819278
1
<
?php
2
3
require_once
(
dirname
(
__FILE__
).
'/base/basedowntimeset.php'
);
4
5
/**
6
* Describes a set of objects from livestatus
7
*/
8
class
DowntimeSet_Model
extends
BaseDowntimeSet_Model
{
9
}