void __construct(
array
&$xmlArr
)
|
|
Initialize EasyView with xml array
Parameters:
API Tags:
Redefinition of:
- MetaObject::__construct()
Redefined in descendants as:
TODO : what's mean of cur, current??
API Tags:
| Return: | page URL |
| Access: | public |
string GetMessage(
$msgId, [array
$params = array()]
)
|
|
Get message, and translate it
Parameters:
|
|
$msgId: |
message Id |
|
array |
$params: |
|
API Tags:
| Return: | message string |
| Access: | protected |
Get/Retrieve Session data of this object
Parameters:
API Tags:
Redefined in descendants as:
Get view set name
API Tags:
| Return: | viewset name or null |
| Access: | public |
Initialize all form objects.
API Tags:
Redefined in descendants as:
Get output attributs
API Tags:
Redefined in descendants as:
Process request
API Tags:
Redefined in descendants as:
void ReadMetadata(
array
&$xmlArr
)
|
|
Read Metadata from xml array
Parameters:
API Tags:
Render this view.
API Tags:
| Return: | either print html content, or return html content |
| Access: | public |
Redefined in descendants as:
Include client javascript and css in the html content
API Tags:
void SetConsoleOutput(
boolean
$consoleOutput
)
|
|
Set the Render output to console (as calling print ...) or to a string buffer
Parameters:
API Tags:
Save Session data of this object
Parameters:
API Tags:
Redefined in descendants as:
Render this view. This function is called by Render() or ReRender()
API Tags:
| Return: | either print html content or return html content if called by Render(), or void if called by ReRender() |
| Access: | protected |
Redefined in descendants as: