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
Merge branch 'maint/7.0'
[ninja.git]
/
modules
/
orm
/
models
/
recurringdowntimepool.php
blob
c621cb93d82831cce9caa74364438050fd47abee
1
<
?php
2
3
require_once
(
dirname
(
__FILE__
).
'/base/baserecurringdowntimepool.php'
);
4
5
/**
6
* Autogenerated class RecurringDowntimePool_Model
7
*
8
* @todo: documentation
9
*/
10
class
RecurringDowntimePool_Model
extends
BaseRecurringDowntimePool_Model
{
11
}