PHP Trait Pinq\Iterators\Common\JoinOnIterator

Author: Elliot Levin ([email protected])
Show file Open project: timetoogo/pinq

Protected Properties

Property Type Description
$filter callable

Public Methods

Method Description
__constructJoinOnIterator ( callable $filter )

Protected Methods

Method Description
innerElementFilter ( $outerKey, $outerValue )

Method Details

__constructJoinOnIterator() public method

public __constructJoinOnIterator ( callable $filter )
$filter callable

innerElementFilter() final protected method

final protected innerElementFilter ( $outerKey, $outerValue )

Property Details

$filter protected property

protected callable $filter
return callable