AOWP_PHPElement
└─AOWP_PHPStaticMethodCallElement
public class AOWP_PHPStaticMethodCallElement
extends AOWP_PHPElement
Field Summary | |
---|---|
mixed | |
mixed | |
mixed |
Fields inherited from aowp.parser.ast.AOWP_PHPElement | |
---|---|
NO_ARRAY, _line, parent, propertyIndex, propertyName |
Constructor Summary | |
---|---|
AOWP_PHPStaticMethodCallElement(mixed lineOrClassName, mixed classNameOrFunctionName, mixed functionName, mixed arguments) |
Method Summary | |
---|---|
void | |
void | addScalarArgument(mixed scalarArgument) |
void | addVariableArgument(mixed variableName) |
void | kind() |
Methods inherited from aowp.parser.ast.AOWP_PHPElement | |
---|---|
__clone, __toString, getChildren, getParent, getParentContainer, getParentPropertyIndex, getParentPropertyName, initialize, kind, line, releaseInstance, setParent, setParentInfo |
public mixed $arguments
public mixed $className
public mixed $functionName
public AOWP_PHPStaticMethodCallElement(mixed lineOrClassName, mixed classNameOrFunctionName, mixed functionName, mixed arguments)
public void __toString()
public void addScalarArgument(mixed scalarArgument)
public void addVariableArgument(mixed variableName)
public void kind()
Enter description here...