Guides

GlobalConstantIterator
in package
implements Iterator

FinalYes

Table of Contents

Interfaces

Iterator

Properties

$constant  : Const_
$index  : int

Methods

__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

__construct()

Initializes the class with source data.

public __construct(Const_ $constant) : mixed
Parameters
$constant : Const_

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

getFqsen()

Returns the fqsen of the current constant.

public getFqsen() : Fqsen
Return values
Fqsen

getName()

Returns the name of the current constant.

public getName() : string
Return values
string

        
On this page

Search results