public function Profile::setMethod

File

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

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function setMethod($method) {
  $this->method = $method;
}