PHP 인터페이스 Pinq\Iterators\Common\SetOperations\ISetFilter

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
filter ( mixed $key, mixed $value ) : boolean Returns whether the key and value is valid.
initialize ( ) : void Initializes the set filter.

메소드 상세

filter() 공개 메소드

Returns whether the key and value is valid.
public filter ( mixed $key, mixed $value ) : boolean
$key mixed
$value mixed
리턴 boolean

initialize() 공개 메소드

Initializes the set filter.
public initialize ( ) : void
리턴 void