Package | Description |
---|---|
com.caucho.quercus.env |
Modifier and Type | Class and Description |
---|---|
class |
CopyObjectExtValue
Represents a copy of an object value for serialization/apc
|
class |
ObjectExtJavaValue
Represents a PHP object which extends a Java value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectExtValue.clone(Env env,
ObjectExtValue obj) |
Constructor and Description |
---|
CopyObjectExtValue(Env env,
ObjectExtValue copy,
CopyRoot root) |
ObjectExtValue(Env env,
java.util.IdentityHashMap<Value,Value> copyMap,
ObjectExtValue copy) |
ObjectExtValue(Env env,
ObjectExtValue copy,
CopyRoot root) |