Class IMP_Ftree_Eltdiff
Track element changes in the folder tree.
- IMP_Ftree_Eltdiff implements Serializable
Package: IMP
Category: Horde
Copyright: 2013-2014 Horde LLC
License: GPL
Author: Michael Slusarz slusarz@horde.org
Located at Ftree/Eltdiff.php
Category: Horde
Copyright: 2013-2014 Horde LLC
License: GPL
Author: Michael Slusarz slusarz@horde.org
Located at Ftree/Eltdiff.php
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
public
|
|
public
|
|
public
|
integer |
ADD
|
#
1
|
integer |
CHANGE
|
#
2
|
integer |
DELETE
|
#
4
|
integer |
EXIST
|
#
8
|
public
boolean
|
$changed
Has the internal data structure changed? |
#
false
|
public
boolean
|
$track
Is tracking active? |
public
array
|
$add
List of added elements. |
public
array
|
$change
List of changed elements. |
public
integer
|
$changed_elts
The number of changed elements tracked. |
public
array
|
$delete
List of deleted elements. |