PHP Class Sstalle\php7cc\Iterator\FileDirectoryListRecursiveIterator

Inheritance: implements RecursiveIterator
Show file Open project: sstalle/php7cc

Protected Properties

Property Type Description
$data string[]
$position integer

Public Methods

Method Description
__construct ( array $data )
current ( )
getChildren ( )
hasChildren ( )
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public method

public __construct ( array $data )
$data array

current() public method

public current ( )

getChildren() public method

public getChildren ( )

hasChildren() public method

public hasChildren ( )

key() public method

public key ( )

next() public method

public next ( )

rewind() public method

public rewind ( )

valid() public method

public valid ( )

Property Details

$data protected property

protected string[] $data
return string[]

$position protected property

protected int $position
return integer