You are here

public function ArrayContainer::next in Autoload 7.2

File

./autoload.cache.inc, line 65
Autoload cache controller.

Class

ArrayContainer
An object, behaving as an array.

Code

public function next() {
  next($this->data);
}