fullBrandView->buildView(new BrandId($data['brand_id'])); } public function dataDescription(): array { return [ 'brand_id' => 'Brand ID', ]; } public function description(): string { return <<<'EOT' This view shows all information about a brand. It is used to display the full information about a brand if requested in the query. E.g. a brand name is given. You should only use this view if you are really sure, that the query is about a brand and not models or revisions. EOT; } }