recordTransformer = $recordTransformer; } public function includeResults(SearchResultView $resultView) { return $this->collection($resultView->getRecords(), $this->recordTransformer); } }