ReadView
class ReadView extends AbstractFunction
Constants
| RETURN_FORMATS |
|
| DEFAULT_RETURN_FORMAT |
|
| MIN_PAGE_SIZE |
|
| MAX_PAGE_SIZE |
|
| DEFAULT_PAGE_SIZE |
|
Methods
__construct(string $controlId = null)
Initializes the class with the given parameters.
string
getViewName()
No description
setViewName(string $view)
Set view name
int
getPageSize()
No description
setPageSize(int $pageSize)
Set page size
string
getReturnFormat()
No description
setReturnFormat(string $format)
Set return format
Details
in AbstractFunction at line line 35
getControlId()
Get control ID
in AbstractFunction at line line 46
setControlId($controlId = null)
Set control ID
at line line 141
__construct(string $controlId = null)
Initializes the class with the given parameters.
at line line 154
writeXml(XMLWriter $xml)
Write the readView block XML
at line line 57
string
getViewName()
at line line 68
setViewName(string $view)
Set view name
at line line 80
int
getPageSize()
at line line 91
setPageSize(int $pageSize)
Set page size
at line line 117
string
getReturnFormat()
at line line 128
setReturnFormat(string $format)
Set return format