PHP Class GBCommentsIterator, gitblog

Inheritance: implements Iterator
Mostra file Open project: rsms/gitblog

Public Properties

Property Type Description
$maxStackDepth
$onlyApproved

Protected Properties

Property Type Description
$comments
$idstack
$initialComment
$stack

Public Methods

Method Description
__construct ( $comment, $onlyApproved = false, $maxStackDepth = 50 )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public method

public __construct ( $comment, $onlyApproved = false, $maxStackDepth = 50 )

current() public method

public current ( )

key() public method

public key ( )

next() public method

public next ( )

rewind() public method

public rewind ( )

valid() public method

public valid ( )

Property Details

$comments protected_oe property

protected $comments

$idstack protected_oe property

protected $idstack

$initialComment protected_oe property

protected $initialComment

$maxStackDepth public_oe property

public $maxStackDepth

$onlyApproved public_oe property

public $onlyApproved

$stack protected_oe property

protected $stack