You are here

public function EntityListWrapper::offsetGet in Entity API 7

Implements the ArrayAccess interface.

File

includes/entity.wrapper.inc, line 1133
Provides wrappers allowing easy usage of the entity metadata.

Class

EntityListWrapper
Wraps a list of values.

Code

public function offsetGet($delta) {
  return $this
    ->get($delta);
}