list = $list; } /** * @inheritDoc */ public function getValues() { return $this->list; } /** * @inheritDoc */ public function getCacheKey() { return ''; } }