PHP Trait Pinq\Iterators\Common\GroupJoinIterator

Author: Elliot Levin ([email protected])
Datei anzeigen Open project: timetoogo/pinq

Protected Properties

Property Type Description
$traversableFactory callable

Protected Methods

Method Description
__constructGroupJoinIterator ( callable $traversableFactory )
constructInnerGroup ( Traversable $innerElements )

Method Details

__constructGroupJoinIterator() protected method

protected __constructGroupJoinIterator ( callable $traversableFactory )
$traversableFactory callable

constructInnerGroup() protected method

protected constructInnerGroup ( Traversable $innerElements )
$innerElements Traversable

Property Details

$traversableFactory protected_oe property

protected callable $traversableFactory
return callable