Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Respect
Validation
Exceptions
RecursiveExceptionIterator
PHP Class Respect\Validation\Exceptions\RecursiveExceptionIterator
Inheritance:
implements
RecursiveIterato\RecursiveIterator
,
implements
Countabl\Countable
Mostra file
Open project: respect/validation
Public Methods
Method
Description
__construct
(
NestedValidationException
$parent
)
count
( )
current
( )
getChildren
( )
hasChildren
( )
key
( )
next
( )
rewind
( )
valid
( )
Method Details
__construct()
public
method
public
__construct
(
NestedValidationException
$parent
)
$parent
NestedValidationException
count()
public
method
public
count
( )
current()
public
method
public
current
( )
getChildren()
public
method
public
getChildren
( )
hasChildren()
public
method
public
hasChildren
( )
key()
public
method
public
key
( )
next()
public
method
public
next
( )
rewind()
public
method
public
rewind
( )
valid()
public
method
public
valid
( )