ParentIterator::accept
(PHP 5 >= 5.1.0)
ParentIterator::accept — Determines acceptability
Descrição
public bool ParentIterator::accept
( void
)
Determines if the current element has children.
Aviso
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
TRUE if the current element is acceptable, otherwise FALSE.
Veja Também
- ParentIterator::hasChildren() - Verifica se o elemento atual do iterador interno tem ou não filhos
- FilterIterator::accept() - Check whether the current element of the iterator is acceptable
There are no user contributed notes for this page.
