fieldNames = $fieldNames; } /** * Gets an ordered list of field names that will be returned in the results stream. * * @return array A ordered list of the field names that will be returned * in the results stream. */ public function getFieldNames() { return $this->fieldNames; } }