Searched refs:method (Results 1 – 7 of 7) sorted by relevance
178 public function __call(string $method, array $arguments) argument180 if (isset($this->callables[$method])) {181 return call_user_func_array($this->callables[$method], $arguments);
27 ->method('isUploadedFile')31 ->method('moveUploadedFile')
36 ->method('fetchDevVersions')40 ->method('fetchStableVersions')52 ->method('getAffixes')
8 'method' => 'https',
694 "description": "Looks up which function or method a line of code belongs to",
13 method call such as setter.94 // Service with a setter method108 // Calling method from another service
165 class method needs to be called in the template.175 ### Registering object method
Completed in 8 milliseconds