You are here

public function CerFieldHandler::rewind in Corresponding Entity References 7.3

Implements Iterator::rewind().

1 call to CerFieldHandler::rewind()
CerFieldHandler::__construct in includes/CerFieldHandler.inc

File

includes/CerFieldHandler.inc, line 294
Contains CerFieldHandler.

Class

CerFieldHandler
@class Handles low-level operations for a single field on a single entity. Exposes methods to add, delete and check for references. This will also iterate over the references, returning each one as an EntityDrupalWrapper object.

Code

public function rewind() {
  $this->delta = 0;
}