public function Profile::getIp

Returns the IP.

Return value

string The IP

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php, line 99

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function getIp() {
  return $this->ip;
}