Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Class.PDir.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  * Profile for folders
9  *
10  * @author Anakeen 2000
11  * @version $Id: Class.PDir.php,v 1.12 2007/10/11 12:35:10 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.DocCollection.php");
19 
20 class PDir extends DocCollection
21 {
22  // --------------------------------------------------------------------
23  //---------------------- OBJECT CONTROL PERMISSION --------------------
24  var $acls = array(
25  "view",
26  "edit",
27  "delete",
28  "open",
29  "modify",
30  "send",
31  "unlock",
32  "confidential",
33  "forum"
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