PHP 클래스 IMP_Ftree_Eltdiff, horde

저자: Michael Slusarz ([email protected])
상속: implements Serializable
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$changed boolean Has the internal data structure changed?

보호된 프로퍼티들

프로퍼티 타입 설명
$_changes array List of diffs.
$_track boolean Is tracking active?

공개 메소드들

메소드 설명
__call ( $name, $args )
__get ( $name )
__set ( $name, $value )
clear ( ) Clear diff stats.
serialize ( )
unserialize ( $data )

메소드 상세

__call() 공개 메소드

public __call ( $name, $args )

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

public __set ( $name, $value )

clear() 공개 메소드

Clear diff stats.
public clear ( )

serialize() 공개 메소드

public serialize ( )

unserialize() 공개 메소드

public unserialize ( $data )

프로퍼티 상세

$_changes 보호되어 있는 프로퍼티

List of diffs.
protected array $_changes
리턴 array

$_track 보호되어 있는 프로퍼티

Is tracking active?
protected bool $_track
리턴 boolean

$changed 공개적으로 프로퍼티

Has the internal data structure changed?
public bool $changed
리턴 boolean