ZMObject
└─ZMObjectResultSource
public class ZMObjectResultSource
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | __construct(string resultClass, mixed object, string method, array args) Create a new instance. |
| 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.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct(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.