Update commonobject.class.php
This commit is contained in:
parent
1aca7efce3
commit
8a46fd376f
@ -440,7 +440,7 @@ abstract class CommonObject
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array List of child tables. To know object to delete on cascade.
|
* @var array List of child tables. To know object to delete on cascade.
|
||||||
* if name like with @ClassNAme:FilePathClass:ParentFkFieldName' it will
|
* if name like with @ClassName:FilePathClass:ParentFkFieldName' it will
|
||||||
* call method deleteByParentField(parentId,ParentFkFieldName) to fetch and delete child object
|
* call method deleteByParentField(parentId,ParentFkFieldName) to fetch and delete child object
|
||||||
*/
|
*/
|
||||||
protected $childtablesoncascade = array();
|
protected $childtablesoncascade = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user