PHP 트레잇 Storm\Drivers\Base\Object\Properties\Proxies\EntityProxyFunctionality

파일 보기 프로젝트 열기: timetoogo/penumbra

보호된 프로퍼티들

프로퍼티 타입 설명
$__EntityClassName
$__EntityMethods
$__EntityProperties
$__EntityReflection
$__IsInitialized
$__PropertiesToUnset
$__ProxyClassName
$__Reflection

공개 메소드들

메소드 설명
__CloneProxyInstance ( )
__IsAltered ( )
__IsLoaded ( )
__call ( $Name, $Arguments )
__clone ( )
__destruct ( )
__get ( $Name )
__invoke ( )
__isset ( $Name )
__set ( $Name, $Value )
__sleep ( )
__toString ( )
__unset ( $Name )
__wakeup ( )

비공개 메소드들

메소드 설명
FowardMethodCall ( $Method, array $Parameters )
HasParentMethod ( $Method )
Initialize ( )
__ConstructProxy ( Domain $Domain, RevivalData $AlreadyKnownRevivalData, callable $LoadRevivalDataFunction )
__GetStateHash ( )
__Load ( )
__Revive ( RevivalData $RevivalData )
__ShouldNotLoad ( )

메소드 상세

__CloneProxyInstance() 공개 메소드

__IsAltered() 최종 공개 메소드

final public __IsAltered ( )

__IsLoaded() 최종 공개 메소드

final public __IsLoaded ( )

__call() 공개 메소드

public __call ( $Name, $Arguments )

__clone() 공개 메소드

public __clone ( )

__destruct() 공개 메소드

public __destruct ( )

__get() 공개 메소드

public __get ( $Name )

__invoke() 공개 메소드

public __invoke ( )

__isset() 공개 메소드

public __isset ( $Name )

__set() 공개 메소드

public __set ( $Name, $Value )

__sleep() 공개 메소드

public __sleep ( )

__toString() 공개 메소드

public __toString ( )

__unset() 공개 메소드

public __unset ( $Name )

__wakeup() 공개 메소드

public __wakeup ( )

프로퍼티 상세

$__EntityClassName 보호되어 있는 정적으로 프로퍼티

protected static $__EntityClassName

$__EntityMethods 보호되어 있는 정적으로 프로퍼티

protected static $__EntityMethods

$__EntityProperties 보호되어 있는 정적으로 프로퍼티

protected static $__EntityProperties

$__EntityReflection 보호되어 있는 정적으로 프로퍼티

protected static $__EntityReflection

$__IsInitialized 보호되어 있는 정적으로 프로퍼티

protected static $__IsInitialized

$__PropertiesToUnset 보호되어 있는 정적으로 프로퍼티

protected static $__PropertiesToUnset

$__ProxyClassName 보호되어 있는 정적으로 프로퍼티

protected static $__ProxyClassName

$__Reflection 보호되어 있는 정적으로 프로퍼티

protected static $__Reflection