Public Member Functions | |
__construct ($xmlArr) | |
setParentForm ($formName) | |
setViewName ($viewName) | |
Data Fields | |
$m_Name | |
$m_SubForms | |
$m_Description | |
$m_Display = true | |
Protected Member Functions | |
translate () | |
getTransKey ($name) | |
Protected Attributes | |
$m_ViewName |
Definition at line 452 of file EasyView.php.
__construct | ( | $ | xmlArr ) |
Contructor, store form info from array to variable of class
array | $xmlArr | array of form information |
Definition at line 466 of file EasyView.php.
setParentForm | ( | $ | formName ) |
Set parent form
string | $formName | form name @return void |
Definition at line 480 of file EasyView.php.