Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (array $objects) | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
getChildren () | |
hasChildren () | |
count () | |
Protected Attributes | |
$_objects = array() | |
Definition at line 30 of file RecursivelyIteratableObjectsContainer.php.
__construct | ( | array | $objects | ) |
Definition at line 34 of file RecursivelyIteratableObjectsContainer.php.
count | ( | ) |
Definition at line 44 of file RecursivelyIteratableObjectsContainer.php.
current | ( | ) |
Definition at line 36 of file RecursivelyIteratableObjectsContainer.php.
getChildren | ( | ) |
Definition at line 41 of file RecursivelyIteratableObjectsContainer.php.
hasChildren | ( | ) |
Definition at line 42 of file RecursivelyIteratableObjectsContainer.php.
key | ( | ) |
Definition at line 37 of file RecursivelyIteratableObjectsContainer.php.
next | ( | ) |
Definition at line 38 of file RecursivelyIteratableObjectsContainer.php.
rewind | ( | ) |
Definition at line 39 of file RecursivelyIteratableObjectsContainer.php.
valid | ( | ) |
Definition at line 40 of file RecursivelyIteratableObjectsContainer.php.
|
protected |
Definition at line 32 of file RecursivelyIteratableObjectsContainer.php.