ZMObject
└─ZMArrayResultSource
public class ZMArrayResultSource
extends ZMObject
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMArrayResultSource(string resultClass, array list) Create a new instance. |
|
| Method Summary | |
|---|---|
| void | {@inheritDoc} |
| void | {@inheritDoc} |
| void | {@inheritDoc} |
| void | isFinal() {@inheritDoc} |
| void | setResultList(mixed resultList) {@inheritDoc} |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMArrayResultSource(string resultClass, array list)
Create a new instance.
public void getResultClass()
public void getResults()
public void getTotalNumberOfResults()
public void isFinal()
public void setResultList(mixed resultList)
A result source wrapper for an array of results.