rowSet = new Rowset($this); } /** * processes the rowSet */ public function process() { // this is the place to show how using an iterator, with foreach // See the CardGame.php file $this->rowSet->process(); } }