| Package | Description |
|---|---|
| com.caucho.quercus.env | |
| com.caucho.quercus.lib.spl | |
| com.caucho.quercus.program |
| Modifier and Type | Method and Description |
|---|---|
CountDelegate |
QuercusClass.getCountDelegate()
Gets the count delegate
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuercusClass.setCountDelegate(CountDelegate delegate)
Sets the count delegate
|
| Modifier and Type | Class and Description |
|---|---|
class |
CountableDelegate
A delegate that intercepts the global count() function and calls count()
method on target objects that implement
the
Countable interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionCountDelegate
A delegate that performs Array operations for Quercus objects.
|