_systemStore = $systemStore; } /** * Return store array * * @return array */ public function toOptionArray() { return $this->_systemStore->getStoreOptionHash(); } }