function DrupalCacheArray::offsetSet
Implements ArrayAccess::offsetSet().
File
-
includes/
bootstrap.inc, line 383
Class
- DrupalCacheArray
- Provides a caching wrapper to be used in place of large array structures.
Code
public function offsetSet($offset, $value) {
$this->storage[$offset] = $value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.