ParentIterator::accept
(PHP 5 >= 5.1.0)
ParentIterator::accept — Determines acceptability
Descripción
public bool ParentIterator::accept
( void
)
Determines if the current element has children.
Warning
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
Parámetros
Esta función no tiene parámetros.
Valores devueltos
TRUE if the current element is acceptable, otherwise FALSE.
Ver también
- ParentIterator::hasChildren() - Check whether the inner iterator's current element has children
- FilterIterator::accept() - Check whether the current element of the iterator is acceptable
There are no user contributed notes for this page.
