Documentation

GlobalConstantIterator
in package
implements Iterator

Tags
implements

Iterator<int, GlobalConstantIterator>

Interfaces, Classes and Traits

Iterator

Table of Contents

$constant  : Const_
$index  : int
__construct()  : mixed
Initializes the class with source data.
current()  : self
getDocComment()  : Doc|null
Gets the doc comment of the node.
getEndLine()  : int
Gets line the node ended in.
getFqsen()  : Fqsen
Returns the fqsen of the current constant.
getLine()  : int
Gets line the node started in.
getName()  : string
Returns the name of the current constant.
getValue()  : Expr
key()  : int|null
next()  : void
rewind()  : void
valid()  : bool

Properties

Methods

getDocComment()

Gets the doc comment of the node.

public getDocComment() : Doc|null

The doc comment has to be the last comment associated with the node.

Return values
Doc|null

getName()

Returns the name of the current constant.

public getName() : string
Return values
string

Search results