You are here

protected function EntityListWrapper::propertyAccess in Entity API 7

File

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

Class

EntityListWrapper
Wraps a list of values.

Code

protected function propertyAccess($delta, $op, $account = NULL) {
  return $this
    ->access($op, $account);
}