|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CountDelegate | |
---|---|
com.caucho.quercus.env | |
com.caucho.quercus.lib.spl | |
com.caucho.quercus.program |
Uses of CountDelegate in com.caucho.quercus.env |
---|
Methods in com.caucho.quercus.env that return CountDelegate | |
---|---|
CountDelegate |
QuercusClass.getCountDelegate()
Gets the count delegate |
Methods in com.caucho.quercus.env with parameters of type CountDelegate | |
---|---|
void |
QuercusClass.setCountDelegate(CountDelegate delegate)
Sets the count delegate |
Uses of CountDelegate in com.caucho.quercus.lib.spl |
---|
Classes in com.caucho.quercus.lib.spl that implement CountDelegate | |
---|---|
class |
CountableDelegate
A delegate that intercepts the global count() function and calls count() method on target objects that implement the Countable interface. |
Uses of CountDelegate in com.caucho.quercus.program |
---|
Classes in com.caucho.quercus.program that implement CountDelegate | |
---|---|
class |
FunctionCountDelegate
A delegate that performs Array operations for Quercus objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |