Static Public Member Functions | |
parse ($methCall, $noOut=false) | |
Static Public Member Functions inherited from parseFamilyFunction | |
parse ($methCall, $noOut=false) | |
Data Fields | |
$methodName = '' | |
$className = '' | |
Data Fields inherited from parseFamilyFunction | |
$functionName = '' | |
$appName = '' | |
$funcCall = '' | |
$inputString = '' | |
$outputString = '' | |
$inputs = array() | |
$outputs = array() | |
Protected Member Functions | |
limitOutputToOne () | |
limitOutputToZero () | |
Protected Member Functions inherited from parseFamilyFunction | |
setError ($error) | |
initParse ($funcCall) | |
checkParenthesis () | |
parseArguments () | |
parseOutput () | |
isAlphaNum ($s) | |
isAlphaNumOutAttribute ($s) | |
isPHPName ($s) | |
isPHPClassName ($s) | |
parseArgument (&$index) | |
parseDoubleQuote (&$index) | |
parseSimpleQuote (&$index) | |
Additional Inherited Members | |
Public Member Functions inherited from parseFamilyFunction | |
getError () | |
Protected Attributes inherited from parseFamilyFunction | |
$error = '' | |
$firstParenthesis | |
$lastParenthesis | |
$lastSemiColumn | |
Definition at line 7 of file parseFamilyMethod.php.
|
protected |
|
protected |
|
static |
$methCall |
Definition at line 17 of file parseFamilyMethod.php.
$className = '' |
Definition at line 11 of file parseFamilyMethod.php.
$methodName = '' |
Definition at line 10 of file parseFamilyMethod.php.