Class ClassMethodNode
A class method.
- Pharborist\Node implements Pharborist\NodeInterface
-
Pharborist\ParentNode implements Pharborist\ParentNodeInterface
-
Pharborist\StatementNode
-
Pharborist\Objects\ClassStatementNode
-
Pharborist\Objects\ClassMethodNode uses Pharborist\Objects\MethodTrait
public static
|
|
public static
|
#
fromFunction(
Create method from function declaration. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
#
getFullyQualifiedName( )
Gets the fully qualified name of the method, e.g. \My\Namespaced\Class::foo. |
addCommentAbove(),
getLineCount(),
toComment()
|
__clone(),
__toString(),
acceptVisitor(),
addChild(),
addChildren(),
append(),
childCount(),
children(),
clear(),
find(),
firstChild(),
firstToken(),
getSourcePosition(),
getText(),
getTree(),
has(),
isDescendant(),
isEmpty(),
lastChild(),
lastToken(),
mergeNode(),
prepend(),
walk()
|
getName(),
getStatic(),
setName(),
setStatic()
|
getVisibility(),
setVisibility()
|
getReference(),
setReference()
|
getDocComment(),
getIndent(),
setDocComment()
|
getCloseParen(),
getOpenParen()
|