PHP Class IMP_Ftree_Eltdiff, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements Serializable
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$changed boolean Has the internal data structure changed?

Protected Properties

Property Type Description
$_changes array List of diffs.
$_track boolean Is tracking active?

Public Methods

Method Description
__call ( $name, $args )
__get ( $name )
__set ( $name, $value )
clear ( ) Clear diff stats.
serialize ( )
unserialize ( $data )

Method Details

__call() public method

public __call ( $name, $args )

__get() public method

public __get ( $name )

__set() public method

public __set ( $name, $value )

clear() public method

Clear diff stats.
public clear ( )

serialize() public method

public serialize ( )

unserialize() public method

public unserialize ( $data )

Property Details

$_changes protected_oe property

List of diffs.
protected array $_changes
return array

$_track protected_oe property

Is tracking active?
protected bool $_track
return boolean

$changed public_oe property

Has the internal data structure changed?
public bool $changed
return boolean