source: pro-violet-viettel/sourcecode/api.violet.vn/www/lib/model/Tblspacecategory.php @ 939

Last change on this file since 939 was 289, checked in by dungnv, 11 years ago
File size: 471 bytes
Line 
1<?php
2
3/**
4 * Subclass for representing a row from the 'tblspacecategory' table.
5 *
6 *
7 *
8 * @package lib.model
9 */
10class 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.