Added class members that where declared dynamically
This commit is contained in:
parent
1fc2e495ba
commit
2b29f45a43
@ -39,12 +39,20 @@ class EcmDirectory // extends CommonObject
|
|||||||
var $cachenbofdoc=-1; // By default cache initialized with value 'not calculated'
|
var $cachenbofdoc=-1; // By default cache initialized with value 'not calculated'
|
||||||
var $date_c;
|
var $date_c;
|
||||||
var $date_m;
|
var $date_m;
|
||||||
|
public $fk_user_m;
|
||||||
|
public $fk_user_c;
|
||||||
|
public $ref;
|
||||||
|
|
||||||
var $cats=array();
|
var $cats=array();
|
||||||
var $motherof=array();
|
var $motherof=array();
|
||||||
|
|
||||||
var $forbiddenchars = array('<','>',':','/','\\','?','*','|','"');
|
var $forbiddenchars = array('<','>',':','/','\\','?','*','|','"');
|
||||||
|
|
||||||
|
public $full_arbo_loaded;
|
||||||
|
|
||||||
|
public $error;
|
||||||
|
public $errors;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user