Пример #1
0
 /**
  * @return array
  */
 public function getInfos()
 {
     return ['ACC_NAME' => $this->_config->getConfig('accountName', 'Undefined'), 'ACC_OWNER' => $this->_config->getConfig('accountUserName', 'Undefined'), 'ACC_EMAIL' => $this->_config->getConfig('accountEmail', 'Undefined'), 'ACC_DATE' => substr($this->_config->getConfig('accountExpire', 'Undefined'), 0, -10), 'ACC_XKEY' => $this->_config->getXKey()];
 }