PHP Trait Pinq\Iterators\Common\JoinIterator

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

Protected Properties

Property Type Description
$defaultKey mixed
$defaultValue mixed
$hasDefault boolean
$projectionFunction callable

Public Methods

Method Description
isArrayCompatible ( ) : boolean
projectTo ( callable $function )
withDefault ( $value, $key = null )

Protected Methods

Method Description
__constructIterator ( )

Method Details

__constructIterator() protected method

protected __constructIterator ( )

isArrayCompatible() final public method

final public isArrayCompatible ( ) : boolean
return boolean

projectTo() public method

public projectTo ( callable $function )
$function callable

withDefault() public method

public withDefault ( $value, $key = null )

Property Details

$defaultKey protected_oe property

protected mixed $defaultKey
return mixed

$defaultValue protected_oe property

protected mixed $defaultValue
return mixed

$hasDefault protected_oe property

protected bool $hasDefault
return boolean

$projectionFunction protected_oe property

protected callable $projectionFunction
return callable