PHP Class Sstalle\php7cc\Iterator\FileDirectoryListRecursiveIterator

Inheritance: implements RecursiveIterator
Afficher le fichier Open project: sstalle/php7cc

Protected Properties

Свойство Type Description
$data string[]
$position integer

Méthodes publiques

Méthode Description
__construct ( array $data )
current ( )
getChildren ( )
hasChildren ( )
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public méthode

public __construct ( array $data )
$data array

current() public méthode

public current ( )

getChildren() public méthode

public getChildren ( )

hasChildren() public méthode

public hasChildren ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

rewind() public méthode

public rewind ( )

valid() public méthode

public valid ( )

Property Details

$data protected_oe property

protected string[] $data
Résultat string[]

$position protected_oe property

protected int $position
Résultat integer