Public Member Functions | |
getError () | |
Static Public Member Functions | |
parse ($methCall, $noOut=false) | |
Data Fields | |
$functionName = '' | |
$appName = '' | |
$funcCall = '' | |
$inputString = '' | |
$outputString = '' | |
$inputs = array() | |
$outputs = array() | |
Protected Member Functions | |
setError ($error) | |
initParse ($funcCall) | |
checkParenthesis () | |
parseArguments () | |
parseOutput () | |
isAlphaNum ($s) | |
isAlphaNumOutAttribute ($s) | |
isPHPName ($s) | |
isPHPClassName ($s) | |
parseArgument (&$index) | |
parseDoubleQuote (&$index) | |
parseSimpleQuote (&$index) | |
Protected Attributes | |
$error = '' | |
$firstParenthesis | |
$lastParenthesis | |
$lastSemiColumn | |
Definition at line 7 of file parseFamilyFunction.php.
|
protected |
getError | ( | ) |
Definition at line 25 of file parseFamilyFunction.php.
|
protected |
Definition at line 35 of file parseFamilyFunction.php.
|
protected |
Definition at line 147 of file parseFamilyFunction.php.
|
protected |
Definition at line 152 of file parseFamilyFunction.php.
|
protected |
Definition at line 160 of file parseFamilyFunction.php.
|
protected |
Definition at line 156 of file parseFamilyFunction.php.
|
static |
$methCall |
Definition at line 75 of file parseFamilyFunction.php.
|
protected |
analyze single misc argument
int | $index | index to start analysis string |
Definition at line 187 of file parseFamilyFunction.php.
|
protected |
|
protected |
analyze single double quoted text argument
int | $index | index to start analysis string |
Definition at line 216 of file parseFamilyFunction.php.
|
protected |
|
protected |
analyze single simple quoted text argument
int | $index | index to start analysis string |
Definition at line 254 of file parseFamilyFunction.php.
|
protected |
Definition at line 30 of file parseFamilyFunction.php.
$appName = '' |
Definition at line 11 of file parseFamilyFunction.php.
|
protected |
Definition at line 20 of file parseFamilyFunction.php.
|
protected |
Definition at line 21 of file parseFamilyFunction.php.
$funcCall = '' |
Definition at line 12 of file parseFamilyFunction.php.
$functionName = '' |
Definition at line 10 of file parseFamilyFunction.php.
$inputs = array() |
Definition at line 18 of file parseFamilyFunction.php.
$inputString = '' |
Definition at line 13 of file parseFamilyFunction.php.
|
protected |
Definition at line 22 of file parseFamilyFunction.php.
|
protected |
Definition at line 23 of file parseFamilyFunction.php.
$outputs = array() |
Definition at line 19 of file parseFamilyFunction.php.
$outputString = '' |
Definition at line 14 of file parseFamilyFunction.php.