_dataStorage = $dataStorage; } /** * Retrieve names of attributes belonging to specified group * * @param string $groupName Name of an attribute group * @return array */ public function getAttributeNames($groupName) { return $this->_dataStorage->get($groupName, []); } }