_systemStore = $systemStore; $this->_withDefaultWebsite = $withDefaultWebsite; } /** * Return websites array * * @return array */ public function toOptionArray() { return $this->_systemStore->getWebsiteOptionHash($this->_withDefaultWebsite); } }