Methods | ||
---|---|---|
public
|
getType(): string
|
# |
public
|
getSubNodeNames(): array
|
# |
public
|
getLine(): int
|
# |
public
|
getStartLine(): int
|
# |
public
|
getEndLine(): int
|
# |
public
|
getStartTokenPos(): int
|
# |
public
|
getEndTokenPos(): int
|
# |
public
|
getStartFilePos(): int
|
# |
public
|
getEndFilePos(): int
|
# |
public
|
getComments(): Comment[]
|
# |
public
|
getDocComment(): null|Doc
|
# |
public
|
setDocComment(Doc $docComment)
|
# |
public
|
setAttribute(string $key, mixed $value)
|
# |
public
|
hasAttribute(string $key): bool
|
# |
public
|
getAttribute(string $key, mixed $default = null): mixed
|
# |
public
|
getAttributes(): array
|
# |
public
|
setAttributes(array $attributes)
|
# |