Class UseDeclarationStatementNode
Use declaration statement, importing several classes, functions, or constants into a namespace.
Example:
use Jones, Gilliam, Cleese as Idle;
- Pharborist\Node implements Pharborist\NodeInterface
-
Pharborist\ParentNode implements Pharborist\ParentNodeInterface
-
Pharborist\StatementNode
-
Pharborist\Namespaces\UseDeclarationStatementNode
public
boolean
|
|
public
boolean
|
#
importsFunction( string|null $function_name = NULL )
Test whether use declaration imports a function. |
public
boolean
|
|
public
|
|
public
|
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()
|