Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Class.PDoc.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5  * @package FDL
6 */
7 /**
8  * Generated Header (not documented yet)
9  *
10  * @author Anakeen 2000
11  * @version $Id: Class.PDoc.php,v 1.15 2008/08/05 15:16:58 eric Exp $
12  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13  * @package FDL
14  */
15 /**
16  */
17 
18 include_once ("FDL/Class.Doc.php");
19 
20 class PDoc extends Doc
21 {
22  // --------------------------------------------------------------------
23  //---------------------- OBJECT CONTROL PERMISSION --------------------
24  var $acls = array(
25  "view",
26  "edit",
27  "delete",
28  "send",
29  "unlock",
30  "confidential",
31  "forum",
32  "wask"
33  );
34  // --------------------------------------------------------------------
35  // ------------
36  var $defDoctype = 'P';
38 
39  function __construct($dbaccess = '', $id = '', $res = '', $dbid = 0)
40  {
41  // don't use Doc constructor because it could call this constructor => infinitive loop
43  }
44 }
45 ?>
← centre documentaire © anakeen - published under CC License - Dynacase