Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
tad
WPBrowser
Iterators
Filters
QueriesCallerBasedFilterIterator
PHP Class tad\WPBrowser\Iterators\Filters\QueriesCallerBasedFilterIterator
Inheritance:
extends
FilterIterator
Show file
Open project: lucatume/wp-browser
Protected Properties
Property
Type
Description
$needles
array
Public Methods
Method
Description
accept
( ) :
boolean
Check whether the current element of the iterator is acceptable
Method Details
accept()
public
method
Check whether the current element of the iterator is acceptable
See link:
http://php.net/manual/en/filteriterator.accept.php
Since:
5.1.0
public
accept
( ) :
boolean
return
boolean
true if the current element is acceptable, otherwise false.
Property Details
$needles
protected property
protected
array
$needles
return
array