|
Squiz Matrix
4.12.2
|
Static Public Member Functions | |
| static | getKeywordReplacementsFromForm ($content, &$form) |
| static | getFileContentReplacementsFromForm ($content, &$form) |
| static | validationRules () |
| static | validateValue ($value, $rule) |
| static | toArray ($data, &$form) |
Definition at line 30 of file soap_form_based_common.inc.
|
static |
This function replace the keyword file_upload_1111_q1% with the uploaded file content
Definition at line 88 of file soap_form_based_common.inc.
|
static |
This function replace all the keywords for each of the field
Definition at line 39 of file soap_form_based_common.inc.
|
static |
Converts xml object to array Replace file content keyword
Definition at line 236 of file soap_form_based_common.inc.
|
static |
Validate the value based on the applied rule
| string | $value | Value to validate |
| array | $rule | Rule to check against |
public
Definition at line 175 of file soap_form_based_common.inc.
|
static |
Get the array of validation rules for the value in SOAP response
public
Definition at line 148 of file soap_form_based_common.inc.