Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | /** |
---|
4 | * Subclass for representing a row from the 'tblspacecategory' table. |
---|
5 | * |
---|
6 | * |
---|
7 | * |
---|
8 | * @package lib.model |
---|
9 | */ |
---|
10 | class Tblspacecategory extends BaseTblspacecategory |
---|
11 | { |
---|
12 | /** |
---|
13 | * Initializes internal state of Tblspacecategory object. |
---|
14 | * @see parent::__construct() |
---|
15 | */ |
---|
16 | public function __construct() |
---|
17 | { |
---|
18 | // Make sure that parent constructor is always invoked, since that |
---|
19 | // is where any default values for this object are set. |
---|
20 | parent::__construct(); |
---|
21 | } |
---|
22 | |
---|
23 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.