You are here

public function ViewsRulesTestIterable::reset in Views Rules 7

File

tests/views_rules_test.module, line 29
Test implementations for Views Rules.

Class

ViewsRulesTestIterable
Iterable implementation for testing iterator display.

Code

public function reset() {
  $this->rows = array();
  return $this;
}