PHP Class FluentDOM\Iterators\MapIterator

Inheritance: extends IteratorIterator
Datei anzeigen Open project: fluentdom/fluentdom

Protected Properties

Property Type Description
$_position

Public Methods

Method Description
__construct ( Traversable $traversable, callable $callback )
current ( ) : mixed

Method Details

__construct() public method

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

current() public method

public current ( ) : mixed
return mixed

Property Details

$_position protected_oe property

protected $_position