Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe CallbackFilterIterator
+ Graphe d'héritage de CallbackFilterIterator:

Fonctions membres publiques

 __construct (\Iterator $iterator, $callback)
 
 accept ()
 

Attributs protégés

 $callback = null
 

Description détaillée

Part of the Joomla Framework Compat Package

1.2.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( \Iterator  $iterator,
  $callback 
)

Creates a filtered iterator using the callback to determine which items are accepted or rejected.

Paramètres
\Iterator$iteratorThe iterator to be filtered.
callable$callbackThe callback, which should return TRUE to accept the current item or FALSE otherwise. May be any valid callable value. The callback should accept up to three arguments: the current item, the current key and the iterator, respectively. ``` php function my_callback($current, $key, $iterator) ```
Exceptions
InvalidArgumentException
Depuis
1.2.0

Références $callback.

Documentation des fonctions membres

◆ accept()

accept ( )

This method calls the callback with the current value, current key and the inner iterator. The callback is expected to return TRUE if the current item is to be accepted, or FALSE otherwise.

boolean True if the current element is acceptable, otherwise false. 1.2.0

Documentation des champs

◆ $callback

$callback = null
protected

Référencé par __construct().


La documentation de cette classe a été générée à partir du fichier suivant :