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
/
hostgrouppool.php
blob
2b597291d5dfb5792a5a9aff434711558047371e
1
<
?php
2
3
require_once
(
dirname
(
__FILE__
).
'/base/basehostgrouppool.php'
);
4
5
/**
6
* The univese of a objects of a given type in livestatus
7
*/
8
class
HostGroupPool_Model
extends
BaseHostGroupPool_Model
{
9
}