Class CommentNode
A comment.
- Pharborist\Node implements Pharborist\NodeInterface
-
Pharborist\TokenNode
-
Pharborist\HiddenNode
-
Pharborist\CommentNode uses Pharborist\UncommentTrait
Direct known subclasses
Pharborist\DocCommentNode
public
|
#
__construct( integer $type, string $text,
Construct token. |
public static
|
|
public
string
|
|
public
boolean
|
|
public
string
|
__toString(),
getSourcePosition(),
getText(),
getType(),
getTypeName(),
setText(),
typeName()
|
uncomment()
|
string |
DOC
|
#
'/**'
|
string |
BLOCK
|
#
'/*'
|
string |
SINGLE
|
#
'//'
|
string |
HASH
|
#
'#'
|