ZMObject
|
+--ZMObjectResultSource
public class ZMObjectResultSource
extends ZMObject
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMObjectResultSource(string resultClass, mixed object, string method, array args) Create a new instance. |
|
| Method Summary | |
|---|---|
| array | getArgs() Get the method parameter. |
| string | Get the method name. |
| void | {@inheritDoc} / |
| void | {@inheritDoc} / |
| void | {@inheritDoc} / |
| void | isFinal() {@inheritDoc} / |
| void | setResultList(mixed resultList) {@inheritDoc} / |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMObjectResultSource(string resultClass, mixed object, string method, array args)
Create a new instance.
public array getArgs()
Get the method parameter.
public string getMethod()
Get the method name.
public void getResultClass()
/
public void getResults()
/
public void getTotalNumberOfResults()
/
public void isFinal()
/
public void setResultList(mixed resultList)
/
A result source based on calling a method on an object.