Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Class.PFam.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  * Profil for family document
9  *
10  * @author Anakeen 2000
11  * @version $Id: Class.PFam.php,v 1.6 2008/06/03 12:57:28 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 PFam extends Doc
21 {
22  // --------------------------------------------------------------------
23  //---------------------- OBJECT CONTROL PERMISSION --------------------
24  var $acls = array(
25  "view",
26  "edit",
27  "create",
28  "icreate"
29  );
30 
31  var $defDoctype = 'P';
33 
34  function __construct($dbaccess = '', $id = '', $res = '', $dbid = 0)
35  {
36  // don't use Doc constructor because it could call this constructor => infinitive loop
38  }
39 }
40 ?>
← centre documentaire © anakeen - published under CC License - Dynacase