Пример #1
0
 /**
  * Returns the host of the remote client.
  * 
  * @retun string|NULL
  */
 public function getRemoteHost()
 {
     return $this->request->getRemoteHost();
 }
Пример #2
0
 /**
  * @inheritdoc
  */
 public function getRemoteHost()
 {
     return $this->current->getRemoteHost();
 }