PHP Trait Pinq\Iterators\Common\GroupedIterator

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

Protected Properties

Property Type Description
$groupKeyFunction callable
$traversableFactory callable

Public Methods

Method Description
isArrayCompatible ( ) : boolean

Protected Methods

Method Description
__constructIterator ( callable $groupKeyFunction, callable $traversableFactory )

Method Details

__constructIterator() protected method

protected __constructIterator ( callable $groupKeyFunction, callable $traversableFactory )
$groupKeyFunction callable
$traversableFactory callable

isArrayCompatible() final public method

final public isArrayCompatible ( ) : boolean
return boolean

Property Details

$groupKeyFunction protected_oe property

protected callable $groupKeyFunction
return callable

$traversableFactory protected_oe property

protected callable $traversableFactory
return callable