wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
class.Locktable.php
Go to the documentation of this file.
1 <?php
2 /**
3  * This file was generated by wCMFGenerator 2.6.1.0033 from cookbook1.xmi on 23.02.09 21:34.
4  * Manual modifications should be placed inside the protected regions.
5  */
6 require_once(BASE."application/include/model/wcmf/class.LocktableBase.php");
7 // PROTECTED REGION ID(application/include/model/wcmf/class.Locktable.php/Import) ENABLED START
8 // PROTECTED REGION END
9 
10 /**
11  * @class Locktable
12  * Locktable description:
13  *
14  * @author <ingo@wemove.com>
15  * @version 1.0
16  */
17 class Locktable extends LocktableBase
18 {
19 // PROTECTED REGION ID(application/include/model/wcmf/class.Locktable.php/Body) ENABLED START
20 // PROTECTED REGION END
21 }
22 ?>