Class ObjectMethodCallNode
An object method call, e.g. $object->method()
- Pharborist\Node implements Pharborist\NodeInterface
-
Pharborist\ParentNode implements Pharborist\ParentNodeInterface
-
Pharborist\Functions\CallNode uses Pharborist\Functions\ArgumentTrait, Pharborist\ParenTrait
-
Pharborist\Objects\ObjectMethodCallNode implements Pharborist\Variables\VariableExpressionNode
public
|
|
public
|
|
public
|
|
public
|
|
public static
static
|
#
create(
Creates a method call on an object with an empty argument list. |
public
|
#
getPreviousCall( )
If this is a chained method call (e.g., foo()->bar()->baz()), returns the previous call in the chain. |
appendMethodCall()
|
__clone(),
__toString(),
acceptVisitor(),
addChild(),
addChildren(),
append(),
childCount(),
children(),
clear(),
find(),
firstChild(),
firstToken(),
getSourcePosition(),
getText(),
getTree(),
has(),
isDescendant(),
isEmpty(),
lastChild(),
lastToken(),
mergeNode(),
prepend(),
walk()
|
appendArgument(),
clearArguments(),
getArgumentList(),
getArguments(),
insertArgument(),
prependArgument()
|
getCloseParen(),
getOpenParen()
|