|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectExtValue | |
|---|---|
| com.caucho.quercus.env | |
| Uses of ObjectExtValue in com.caucho.quercus.env |
|---|
| Subclasses of ObjectExtValue in com.caucho.quercus.env | |
|---|---|
class |
CopyObjectExtValue
Represents a copy of an object value for serialization/apc |
class |
ObjectExtJavaValue
Represents a PHP object which extends a Java value. |
| Methods in com.caucho.quercus.env with parameters of type ObjectExtValue | |
|---|---|
void |
Env.addObjectCleanup(ObjectExtValue objCleanup)
add an object with a destructor to the list of references that are cleaned up when finished with this environment. |
| Constructors in com.caucho.quercus.env with parameters of type ObjectExtValue | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||