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
/
contactgroup.php
blob
c7c5e6346ea5ce85fbf66162f90e5453ba86f8de
1
<
?php
2
3
require_once
(
dirname
(
__FILE__
).
'/base/basecontactgroup.php'
);
4
5
/**
6
* Describes a single object from livestatus
7
*/
8
class
ContactGroup_Model
extends
BaseContactGroup_Model
{
9
}