Package | Description |
---|---|
com.caucho.quercus.env | |
com.caucho.quercus.lib.spl | |
com.caucho.quercus.program |
Modifier and Type | Method and Description |
---|---|
ArrayDelegate |
QuercusClass.getArrayDelegate()
Gets the array delegate (see ArrayAccess)
|
Modifier and Type | Method and Description |
---|---|
void |
QuercusClass.setArrayDelegate(ArrayDelegate delegate)
Sets the array delegate (see ArrayAccess)
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayAccessDelegate
A delegate that intercepts array access methods on the
target objects that implement
the
ArrayAccess interface. |
Modifier and Type | Class and Description |
---|---|
class |
FunctionArrayDelegate
A delegate that performs Array operations for Quercus objects.
|