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
Updated testing for filter selects in reports
[ninja.git]
/
modules
/
orm
/
models
/
commandset.php
blob
36687776ca8ab33fd15061b5b0ad0ddbcad9c686
1
<
?php
2
3
require_once
(
dirname
(
__FILE__
).
'/base/basecommandset.php'
);
4
5
/**
6
* Describes a set of objects from livestatus
7
*/
8
class
CommandSet_Model
extends
BaseCommandSet_Model
{
9
}