Core  3.2
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  * @package FDL
5 */
6 /**
7  * Profile for folders
8  *
9  * @author Anakeen
10  * @version $Id: Class.PDir.php,v 1.12 2007/10/11 12:35:10 eric Exp $
11  * @package FDL
12  */
13 /**
14  */
15 
16 include_once ("FDL/Class.DocCollection.php");
17 
18 class PDir extends DocCollection
19 {
20  // --------------------------------------------------------------------
21  //---------------------- OBJECT CONTROL PERMISSION --------------------
22  var $acls = array(
23  "view",
24  "edit",
25  "delete",
26  "open",
27  "modify",
28  "send",
29  "unlock",
30  "confidential"
31  );
32  // --------------------------------------------------------------------
33  var $defDoctype = 'P';
35 
36  function __construct($dbaccess = '', $id = '', $res = '', $dbid = 0)
37  {
38  // don't use Doc constructor because it could call this constructor => infinitive loop
40  }
41 }
42 ?>
__construct($dbaccess= '', $id= '', $res= '', $dbid=0)
Definition: Class.PDir.php:36
$defProfFamId
Definition: Class.PDir.php:34
$defDoctype
Definition: Class.PDir.php:33
__construct($dbaccess= '', $id= '', $res= '', $dbid=0)
const FAM_ACCESSDIR
Definition: Class.Doc.php:32
class use to search documents
← centre documentaire © anakeen