Contents ../ lithium\net\http\Service::__call() public method Magic method to handle other HTTP methods. Parameters string $method string $params Returns mixed Source public function __call($method, $params = []) { array_unshift($params, $method); return $this->invokeMethod('send', $params); }