PHP Class IMP_Ftree_Eltdiff, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements Serializable
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$changed boolean Has the internal data structure changed?

Protected Properties

Свойство Type Description
$_changes array List of diffs.
$_track boolean Is tracking active?

Méthodes publiques

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

Method Details

__call() public méthode

public __call ( $name, $args )

__get() public méthode

public __get ( $name )

__set() public méthode

public __set ( $name, $value )

clear() public méthode

Clear diff stats.
public clear ( )

serialize() public méthode

public serialize ( )

unserialize() public méthode

public unserialize ( $data )

Property Details

$_changes protected_oe property

List of diffs.
protected array $_changes
Résultat array

$_track protected_oe property

Is tracking active?
protected bool $_track
Résultat boolean

$changed public_oe property

Has the internal data structure changed?
public bool $changed
Résultat boolean