public function Profile::setIp

Sets the IP.

Parameters

string $ip:

File

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

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function setIp($ip) {
  $this->ip = $ip;
}