PHP 인터페이스 Pinq\Interfaces\IJoiningToCollection

저자: Elliot Levin ([email protected])
상속: extends Pinq\Interfaces\IJoiningToTraversable
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
apply ( callable $applyFunction ) : void Walks the elements with the supplied function.
to ( callable $joinFunction ) : Pinq\ICollection {@inheritDoc}
withDefault ( $value, $key = null ) : Pinq\Interfaces\IJoiningToCollection {@inheritDoc}

메소드 상세

apply() 공개 메소드

Both the original and joined values and keys will be passed as arguments to the supplied function as (&outerValue, innerValue, outerKey, innerKey).
public apply ( callable $applyFunction ) : void
$applyFunction callable Called with parameters (&outerValue, innerValue, outerKey, innerKey)
리턴 void

to() 공개 메소드

{@inheritDoc}
public to ( callable $joinFunction ) : Pinq\ICollection
$joinFunction callable
리턴 Pinq\ICollection

withDefault() 공개 메소드

{@inheritDoc}
public withDefault ( $value, $key = null ) : Pinq\Interfaces\IJoiningToCollection
리턴 Pinq\Interfaces\IJoiningToCollection