PHP Trait Storm\Drivers\Base\Object\Properties\Proxies\EntityProxyFunctionality

Show file Open project: timetoogo/penumbra

Protected Properties

Property Type Description
$__EntityClassName
$__EntityMethods
$__EntityProperties
$__EntityReflection
$__IsInitialized
$__PropertiesToUnset
$__ProxyClassName
$__Reflection

Public Methods

Method Description
__CloneProxyInstance ( )
__IsAltered ( )
__IsLoaded ( )
__call ( $Name, $Arguments )
__clone ( )
__destruct ( )
__get ( $Name )
__invoke ( )
__isset ( $Name )
__set ( $Name, $Value )
__sleep ( )
__toString ( )
__unset ( $Name )
__wakeup ( )

Private Methods

Method Description
FowardMethodCall ( $Method, array $Parameters )
HasParentMethod ( $Method )
Initialize ( )
__ConstructProxy ( Domain $Domain, RevivalData $AlreadyKnownRevivalData, callable $LoadRevivalDataFunction )
__GetStateHash ( )
__Load ( )
__Revive ( RevivalData $RevivalData )
__ShouldNotLoad ( )

Method Details

__CloneProxyInstance() public method

__IsAltered() final public method

final public __IsAltered ( )

__IsLoaded() final public method

final public __IsLoaded ( )

__call() public method

public __call ( $Name, $Arguments )

__clone() public method

public __clone ( )

__destruct() public method

public __destruct ( )

__get() public method

public __get ( $Name )

__invoke() public method

public __invoke ( )

__isset() public method

public __isset ( $Name )

__set() public method

public __set ( $Name, $Value )

__sleep() public method

public __sleep ( )

__toString() public method

public __toString ( )

__unset() public method

public __unset ( $Name )

__wakeup() public method

public __wakeup ( )

Property Details

$__EntityClassName protected static property

protected static $__EntityClassName

$__EntityMethods protected static property

protected static $__EntityMethods

$__EntityProperties protected static property

protected static $__EntityProperties

$__EntityReflection protected static property

protected static $__EntityReflection

$__IsInitialized protected static property

protected static $__IsInitialized

$__PropertiesToUnset protected static property

protected static $__PropertiesToUnset

$__ProxyClassName protected static property

protected static $__ProxyClassName

$__Reflection protected static property

protected static $__Reflection