You are here

public function ArrayContainer::offsetGet in Autoload 7.2

File

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

Class

ArrayContainer
An object, behaving as an array.

Code

public function offsetGet($offset) {
  return $this->data[$offset];
}