Ejemplo n.º 1
0
 /**
  * Запрос ID сессии.
  *
  * @access public
  *
  * @return string Идентификатор сессии
  * @throws SMSError_Exception
  */
 public function getSessionID()
 {
     $this->m_sessionID = SMSClient::getSessionID_St($this->m_login, $this->m_password);
     return $this->m_sessionID;
 }