ZMObject
└─ZMArrayResultSource
public class ZMArrayResultSource
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | __construct(string resultClass, array list) Create a new instance. |
| 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, 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.