values[] = $schema; } /** * @return ArrayIterator|TableSchema[] */ public function getIterator() { return new ArrayIterator($this->values); } }