*/ interface Collection extends Traversable { /** * Get an array of stdClass objects. * * @return stdClass[] */ public function getValueMapList(): array; }