public function ArrayObject::getIteratorClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/src/ArrayObject.php \Zend\Stdlib\ArrayObject::getIteratorClass()
Gets the iterator classname for the ArrayObject.
Return value
string
File
- vendor/
zendframework/ zend-stdlib/ src/ ArrayObject.php, line 238
Class
- ArrayObject
- Custom framework ArrayObject implementation
Namespace
Zend\StdlibCode
public function getIteratorClass() {
return $this->iteratorClass;
}