public function PriorityList::getIterator in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/src/PriorityList.php \Zend\Stdlib\PriorityList::getIterator()
Return value
self
File
- vendor/
zendframework/ zend-stdlib/ src/ PriorityList.php, line 239
Class
Namespace
Zend\StdlibCode
public function getIterator() {
return clone $this;
}