PHP Class FluentDOM\Iterators\MapIterator

Inheritance: extends IteratorIterator
Afficher le fichier Open project: fluentdom/fluentdom

Protected Properties

Свойство Type Description
$_position

Méthodes publiques

Méthode Description
__construct ( Traversable $traversable, callable $callback )
current ( ) : mixed

Method Details

__construct() public méthode

public __construct ( Traversable $traversable, callable $callback )
$traversable Traversable
$callback callable

current() public méthode

public current ( ) : mixed
Résultat mixed

Property Details

$_position protected_oe property

protected $_position